aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-30 19:39:19 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2020-08-21 14:45:25 +1000
commit4eb57bcd4c6230cde9dda61f1d43c38f58670d94 (patch)
tree335e6faa5945f671daf6fab0ea3c4b51db27d397 /crypto
parentcrypto: hifn_795x - switch from 'pci_' to 'dma_' API (diff)
downloadlinux-dev-4eb57bcd4c6230cde9dda61f1d43c38f58670d94.tar.xz
linux-dev-4eb57bcd4c6230cde9dda61f1d43c38f58670d94.zip
crypto: algif_aead - delete duplicated word
Drop the doubled word "is". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/algif_aead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c
index 21efa786f09c..54f2fb2c6535 100644
--- a/crypto/algif_aead.c
+++ b/crypto/algif_aead.c
@@ -120,7 +120,7 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg,
/*
* Make sure sufficient data is present -- note, the same check is
- * is also present in sendmsg/sendpage. The checks in sendpage/sendmsg
+ * also present in sendmsg/sendpage. The checks in sendpage/sendmsg
* shall provide an information to the data sender that something is
* wrong, but they are irrelevant to maintain the kernel integrity.
* We need this check here too in case user space decides to not honor