Skip to content

Commit

Permalink
sock.h: fix kernel-doc warning
Browse files Browse the repository at this point in the history
Fix sock.h kernel-doc warning:
Warning(include/net/sock.h:1438): No description found for parameter 'wq'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Randy Dunlap authored and David S. Miller committed May 25, 2010
1 parent 937eada commit acfbe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit acfbe96

Please sign in to comment.