From: Randy Dunlap Date: Fri, 31 Jul 2020 02:39:19 +0000 (-0700) Subject: crypto: algif_aead - delete duplicated word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4eb57bcd4c6230cde9dda61f1d43c38f58670d94;p=linux.git crypto: algif_aead - delete duplicated word Drop the doubled word "is". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu --- diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c index 21efa786f09c9..54f2fb2c6535d 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