* [PATCH net-next] net: socket: clean up __sys_accept4 comment
@ 2026-05-16 10:11 Avinash Duduskar
2026-05-20 2:30 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Avinash Duduskar @ 2026-05-16 10:11 UTC (permalink / raw)
To: netdev; +Cc: davem, edumazet, kuba, pabeni, linux-kernel
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>
---
net/socket.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/socket.c b/net/socket.c
index 22a412fdec07..eec5ed08ca00 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -2089,8 +2089,8 @@ 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
- * clean when we restructure accept also.
+ * status. We need to add that support in a way that's clean when
+ * we restructure accept also.
*/
int __sys_accept4(int fd, struct sockaddr __user *upeer_sockaddr,
base-commit: 627ac78f2741e2ebd2225e2e953b6964a8a9182f
--
2.54.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: socket: clean up __sys_accept4 comment
2026-05-16 10:11 [PATCH net-next] net: socket: clean up __sys_accept4 comment Avinash Duduskar
@ 2026-05-20 2:30 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-05-20 2:30 UTC (permalink / raw)
To: Avinash Duduskar; +Cc: netdev, davem, edumazet, kuba, pabeni, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 16 May 2026 15:41:09 +0530 you wrote:
> 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.
>
> [...]
Here is the summary with links:
- [net-next] net: socket: clean up __sys_accept4 comment
https://git.kernel.org/netdev/net-next/c/bf53bf332061
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-20 2:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-16 10:11 [PATCH net-next] net: socket: clean up __sys_accept4 comment Avinash Duduskar
2026-05-20 2:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome