[PATCH] crypto/bcm: fix repeated words in comments
From: wangjianli
Date: Tue Aug 23 2022 - 13:13:26 EST
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@xxxxxxxxxx>
---
drivers/crypto/bcm/cipher.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/bcm/cipher.h b/drivers/crypto/bcm/cipher.h
index 71281a3bdbdc..d6d87332140a 100644
--- a/drivers/crypto/bcm/cipher.h
+++ b/drivers/crypto/bcm/cipher.h
@@ -231,7 +231,7 @@ struct iproc_ctx_s {
/*
* shash descriptor - needed to perform incremental hashing in
- * in software, when hw doesn't support it.
+ * software, when hw doesn't support it.
*/
struct shash_desc *shash;
--
2.36.1