Преглед на файлове

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>
Randy Dunlap преди 15 години
родител
ревизия
acfbe96a30
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/net/sock.h

+ 1 - 1
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
  *