diff mbox series

crypto/bcm: fix repeated words in comments

Message ID 20220823135730.697-1-wangjianli@cdjrlc.com
State Accepted
Commit 0e831f3d2fd973d5f6645ef3911c594af9ddd485
Headers show
Series crypto/bcm: fix repeated words in comments | expand

Commit Message

wangjianli Aug. 23, 2022, 1:57 p.m. UTC
Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/crypto/bcm/cipher.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Herbert Xu Sept. 2, 2022, 11:01 a.m. UTC | #1
wangjianli <wangjianli@cdjrlc.com> wrote:
> Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
> drivers/crypto/bcm/cipher.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
diff mbox series

Patch

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;