From: Jiang Jian Date: Thu, 23 Jun 2022 10:25:36 +0000 (+0800) Subject: crypto: caam - drop unexpected word 'for' in comments X-Git-Tag: v6.6.17~6939^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a89db0595f52ca4d05c9301b4b0bae4cce2ecaf7;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Gaurav Jain Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/caam/caamhash_desc.c b/drivers/crypto/caam/caamhash_desc.c index 78383d7..6195645 100644 --- a/drivers/crypto/caam/caamhash_desc.c +++ b/drivers/crypto/caam/caamhash_desc.c @@ -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,