diff mbox series

crypto: Remove the duplicate word

Message ID 20220627072933.1845-1-wangdeming@inspur.com
State New
Headers show
Series crypto: Remove the duplicate word | expand

Commit Message

Deming Wang June 27, 2022, 7:29 a.m. UTC
Delete duplicate word for cnstr_shdsc_ahash.

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

Patch

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,