projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937eada
)
sock.h: fix kernel-doc warning
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 25 May 2010 06:54:18 +0000
(23:54 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 25 May 2010 06:54:18 +0000
(23:54 -0700)
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>
include/net/sock.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/sock.h
b/include/net/sock.h
index d24f382cb712552d870634a1712ef164e1250cdd..d2a71b04a5aef00c45306c979091d8c7c253ce80 100644
(file)
--- a/
include/net/sock.h
+++ b/
include/net/sock.h
@@
-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
*