summaryrefslogtreecommitdiff
path: root/net/socket.c
diff options
context:
space:
mode:
authorAvinash Duduskar <avinash.duduskar@gmail.com>2026-05-16 13:11:09 +0300
committerJakub Kicinski <kuba@kernel.org>2026-05-20 05:22:41 +0300
commitbf53bf33206137c2337bd8aacf0ef4c348b97a36 (patch)
tree75f33efdf2aa9aeabf5cb9c68b86357944b2620f /net/socket.c
parent231c53e1a529f21c4b2d59df32389d5a57ce1289 (diff)
downloadlinux-bf53bf33206137c2337bd8aacf0ef4c348b97a36.tar.xz
net: socket: clean up __sys_accept4 comment
Fix a typo and a redundant phrase in the block comment above __sys_accept4(): "thats" -> "that's", and drop the trailing "to recvmsg" that repeats the recvmsg() reference earlier in the same sentence. No functional change. Signed-off-by: Avinash Duduskar <avinash.duduskar@gmail.com> Link: https://patch.msgid.link/20260516101109.479042-1-avinash.duduskar@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/socket.c')
-rw-r--r--net/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c
index 22a412fdec07..ecf4596c7a40 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -2089,7 +2089,7 @@ static int __sys_accept4_file(struct file *file, struct sockaddr __user *upeer_s
* we open the socket then return an error.
*
* 1003.1g adds the ability to recvmsg() to query connection pending
- * status to recvmsg. We need to add that support in a way thats
+ * status. We need to add that support in a way that's
* clean when we restructure accept also.
*/