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

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

there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/crypto/caam/caamhash_desc.c
line - 25

* must be false for for ahash first and digest

changed to:

* must be false for ahash first and digest

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
a89db059 dac23017

+1 -1
+1 -1
drivers/crypto/caam/caamhash_desc.c
··· 22 22 * @ctx_len: size of Context Register 23 23 * @import_ctx: true if previous Context Register needs to be restored 24 24 * must be true for ahash update and final 25 - * must be false for for ahash first and digest 25 + * must be false for ahash first and digest 26 26 * @era: SEC Era 27 27 */ 28 28 void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state,