Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1412,7 +1412,7 @@ static inline int sk_has_allocations(const struct sock *sk)

/**
 * 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
 *