crypto: caam - drop unexpected word 'for' in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Thu, 23 Jun 2022 10:25:36 +0000 (18:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jun 2022 07:56:57 +0000 (15:56 +0800)
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>
drivers/crypto/caam/caamhash_desc.c

index 78383d7..6195645 100644 (file)
@@ -22,7 +22,7 @@
  * @ctx_len: size of Context Register
  * @import_ctx: true if previous Context Register needs to be restored
  *              must be true for ahash update and final
- *              must be false for for ahash first and digest
+ *              must be false for ahash first and digest
  * @era: SEC Era
  */
 void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state,