Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiang Jian and committed by
Herbert Xu
dac23017 e34525c3

+2 -2
+1 -1
drivers/crypto/caam/caamalg_qi2.c
··· 29 29 SHA512_DIGEST_SIZE * 2) 30 30 31 31 /* 32 - * This is a a cache of buffers, from which the users of CAAM QI driver 32 + * This is a cache of buffers, from which the users of CAAM QI driver 33 33 * can allocate short buffers. It's speedier than doing kmalloc on the hotpath. 34 34 * NOTE: A more elegant solution would be to have some headroom in the frames 35 35 * being processed. This can be added by the dpaa2-eth driver. This would
+1 -1
drivers/crypto/caam/qi.c
··· 75 75 EXPORT_SYMBOL(caam_congested); 76 76 77 77 /* 78 - * This is a a cache of buffers, from which the users of CAAM QI driver 78 + * This is a cache of buffers, from which the users of CAAM QI driver 79 79 * can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than 80 80 * doing malloc on the hotpath. 81 81 * NOTE: A more elegant solution would be to have some headroom in the frames