From: Tonghao Zhang Date: Tue, 15 Aug 2017 11:28:54 +0000 (-0700) Subject: net: Fix a typo in comment about sock flags. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b3dc8f772fab5b2d284b780830fd56494491e493;p=people%2Fjulieng%2Flinux-arm.git net: Fix a typo in comment about sock flags. Signed-off-by: Tonghao Zhang Signed-off-by: David S. Miller --- diff --git a/include/linux/net.h b/include/linux/net.h index dda2cc939a53..ebeb48c92005 100644 --- a/include/linux/net.h +++ b/include/linux/net.h @@ -37,7 +37,7 @@ struct net; /* 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