crypto: bcm - fix repeated words in comments
authorwangjianli <wangjianli@cdjrlc.com>
Tue, 23 Aug 2022 13:57:30 +0000 (21:57 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Sep 2022 10:38:06 +0000 (18:38 +0800)
Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/bcm/cipher.h

index 71281a3..d6d8733 100644 (file)
@@ -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;