]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: socket: clean up __sys_accept4 comment
authorAvinash Duduskar <avinash.duduskar@gmail.com>
Sat, 16 May 2026 10:11:09 +0000 (15:41 +0530)
committerJakub Kicinski <kuba@kernel.org>
Wed, 20 May 2026 02:22:41 +0000 (19:22 -0700)
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>
net/socket.c

index 22a412fdec079cf8fd829a15236de9daea09d2f2..ecf4596c7a40b214161c6acdb86f588752ba79d5 100644 (file)
@@ -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.
  */