mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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: Jiang Jian <jiangjian@cdjrlc.com> Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
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.
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user