* [PATCH] net: Fix a typo in comment about sock flags.
@ 2017-08-15 11:28 Tonghao Zhang
2017-08-16 0:13 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Tonghao Zhang @ 2017-08-15 11:28 UTC (permalink / raw)
To: netdev; +Cc: Tonghao Zhang
Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
---
include/linux/net.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/net.h b/include/linux/net.h
index b5c15b3..d97d80d 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -37,7 +37,7 @@
/* Historically, SOCKWQ_ASYNC_NOSPACE & SOCKWQ_ASYNC_WAITDATA were located
* in sock->flags, but moved into sk->sk_wq->flags to be RCU protected.
- * Eventually all flags will be in sk->sk_wq_flags.
+ * Eventually all flags will be in sk->sk_wq->flags.
*/
#define SOCKWQ_ASYNC_NOSPACE 0
#define SOCKWQ_ASYNC_WAITDATA 1
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-16 0:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 11:28 [PATCH] net: Fix a typo in comment about sock flags Tonghao Zhang
2017-08-16 0:13 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox