[PATCH] crypto: Remove the duplicate word

From: Deming Wang
Date: Mon Jun 27 2022 - 03:29:53 EST


Delete duplicate word for cnstr_shdsc_ahash.

Signed-off-by: Deming Wang <wangdeming@xxxxxxxxxx>
---
drivers/crypto/caam/caamhash_desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/caam/caamhash_desc.c b/drivers/crypto/caam/caamhash_desc.c
index 78383d77da99..619564509936 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,
--
2.27.0