diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-25 02:54:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-05-25 02:54:18 -0400 |
commit | acfbe96a3035639619a6533e04d88ed4ef9ccb61 (patch) | |
tree | 9d0b93aef75b2a11acff9b4d240d5f3e9896f3e0 /include/net/sock.h | |
parent | 937eada45fa7bd233dfa59bbd8c0b436b02b6491 (diff) |
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: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index d24f382cb712..d2a71b04a5ae 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -1412,7 +1412,7 @@ static inline int sk_has_allocations(const struct sock *sk) | |||
1412 | 1412 | ||
1413 | /** | 1413 | /** |
1414 | * wq_has_sleeper - check if there are any waiting processes | 1414 | * wq_has_sleeper - check if there are any waiting processes |
1415 | * @sk: struct socket_wq | 1415 | * @wq: struct socket_wq |
1416 | * | 1416 | * |
1417 | * Returns true if socket_wq has waiting processes | 1417 | * Returns true if socket_wq has waiting processes |
1418 | * | 1418 | * |