From: wangjianli Date: Tue, 23 Aug 2022 13:57:30 +0000 (+0800) Subject: crypto: bcm - fix repeated words in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0e831f3d2fd973d5f6645ef3911c594af9ddd485;p=linux.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 71281a3bdbdc0..d6d87332140ac 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;