diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-01-21 09:03:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-22 15:08:45 -0500 |
commit | 1a3bc369ba547c11ca8b3ed079d7584f27499e70 (patch) | |
tree | 6de8906d5345da3eb8b3b34489f8437b653b3b19 | |
parent | af58f1d62853cd883c1fa26556fb470f05878f21 (diff) | |
download | linux-1a3bc369ba547c11ca8b3ed079d7584f27499e70.tar.bz2 |
kernel-doc: fix new warning in net/sock.h
Fix new kernel-doc warning:
Warning(include/net/sock.h:372): No description found for parameter 'sk_cgrp_prioidx'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index bb972d254dff..97fc0ad47da0 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -226,6 +226,7 @@ struct cg_proto; * @sk_ack_backlog: current listen backlog * @sk_max_ack_backlog: listen backlog set in listen() * @sk_priority: %SO_PRIORITY setting + * @sk_cgrp_prioidx: socket group's priority map index * @sk_type: socket type (%SOCK_STREAM, etc) * @sk_protocol: which protocol this socket belongs in this network family * @sk_peer_pid: &struct pid for this socket's peer |