Commit acfbe96a authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

sock.h: fix kernel-doc warning

Fix sock.h kernel-doc warning:
Warning(include/net/sock.h:1438): No description found for parameter 'wq'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 937eada4
...@@ -1412,7 +1412,7 @@ static inline int sk_has_allocations(const struct sock *sk) ...@@ -1412,7 +1412,7 @@ static inline int sk_has_allocations(const struct sock *sk)
/** /**
* wq_has_sleeper - check if there are any waiting processes * wq_has_sleeper - check if there are any waiting processes
* @sk: struct socket_wq * @wq: struct socket_wq
* *
* Returns true if socket_wq has waiting processes * Returns true if socket_wq has waiting processes
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment