diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-08-23 15:57:30 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-09-02 12:38:06 +0200 |
commit | 0e831f3d2fd973d5f6645ef3911c594af9ddd485 (patch) | |
tree | 2fa685376747a297c41b89f217300c714b898abf /drivers/crypto | |
parent | crypto: marvell/octeontx - fix repeated words in comments (diff) | |
download | linux-0e831f3d2fd973d5f6645ef3911c594af9ddd485.tar.xz linux-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.h | 2 |
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; |