From: wangjianli Date: Tue, 23 Aug 2022 13:57:30 +0000 (+0800) Subject: crypto: bcm - fix repeated words in comments X-Git-Tag: v6.1-rc1~81^2~55 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0e831f3d2fd973d5f6645ef3911c594af9ddd485;p=linux-block.git crypto: bcm - fix repeated words in comments Delete the redundant word 'in'. Signed-off-by: wangjianli Signed-off-by: Herbert Xu --- 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;