]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitbf53bf33206137c2337bd8aacf0ef4c348b97a36
tree75f33efdf2aa9aeabf5cb9c68b86357944b2620f
parent231c53e1a529f21c4b2d59df32389d5a57ce1289
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>
net/socket.c