aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-08-23 21:57:30 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-09-02 18:38:06 +0800
commit0e831f3d2fd973d5f6645ef3911c594af9ddd485 (patch)
tree2fa685376747a297c41b89f217300c714b898abf /drivers/crypto
parentcrypto: marvell/octeontx - fix repeated words in comments (diff)
downloadlinux-dev-0e831f3d2fd973d5f6645ef3911c594af9ddd485.tar.xz
linux-dev-0e831f3d2fd973d5f6645ef3911c594af9ddd485.zip
crypto: bcm - fix repeated words in comments
Delete the redundant word 'in'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/bcm/cipher.h2
1 files changed, 1 insertions, 1 deletions
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;