Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] net: socket: clean up __sys_accept4 comment
@ 2026-05-16 10:11 Avinash Duduskar
  0 siblings, 0 replies; only message 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 related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-16 10:11 UTC | newest]

Thread overview: (only message) (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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox