Skip to content

Commit 4eb57bc

Browse files
rddunlapherbertx
authored andcommitted
crypto: algif_aead - delete duplicated word
Drop the doubled word "is". Signed-off-by: Randy Dunlap <[email protected]> Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>
1 parent 0a772f3 commit 4eb57bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/algif_aead.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg,
120120

121121
/*
122122
* Make sure sufficient data is present -- note, the same check is
123-
* is also present in sendmsg/sendpage. The checks in sendpage/sendmsg
123+
* also present in sendmsg/sendpage. The checks in sendpage/sendmsg
124124
* shall provide an information to the data sender that something is
125125
* wrong, but they are irrelevant to maintain the kernel integrity.
126126
* We need this check here too in case user space decides to not honor

0 commit comments

Comments
 (0)