提交 dac23017 编写于 作者: J Jiang Jian 提交者: Herbert Xu

crypto: caam - drop unexpected word 'a' in comments

Drop the unexpected word 'a' in the comments that need to be dropped

* This is a a cache of buffers, from which the users of CAAM QI driver
-->
* This is a cache of buffers, from which the users of CAAM QI driver
Signed-off-by: NJiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: NGaurav Jain <gaurav.jain@nxp.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 e34525c3
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
SHA512_DIGEST_SIZE * 2) SHA512_DIGEST_SIZE * 2)
/* /*
* This is a a cache of buffers, from which the users of CAAM QI driver * This is a cache of buffers, from which the users of CAAM QI driver
* can allocate short buffers. It's speedier than doing kmalloc on the hotpath. * can allocate short buffers. It's speedier than doing kmalloc on the hotpath.
* NOTE: A more elegant solution would be to have some headroom in the frames * NOTE: A more elegant solution would be to have some headroom in the frames
* being processed. This can be added by the dpaa2-eth driver. This would * being processed. This can be added by the dpaa2-eth driver. This would
......
...@@ -75,7 +75,7 @@ bool caam_congested __read_mostly; ...@@ -75,7 +75,7 @@ bool caam_congested __read_mostly;
EXPORT_SYMBOL(caam_congested); EXPORT_SYMBOL(caam_congested);
/* /*
* This is a a cache of buffers, from which the users of CAAM QI driver * This is a cache of buffers, from which the users of CAAM QI driver
* can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than * can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than
* doing malloc on the hotpath. * doing malloc on the hotpath.
* NOTE: A more elegant solution would be to have some headroom in the frames * NOTE: A more elegant solution would be to have some headroom in the frames
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册