Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
David S. Miller
1a3bc369 af58f1d6

+1
+1
include/net/sock.h
··· 226 226 * @sk_ack_backlog: current listen backlog 227 227 * @sk_max_ack_backlog: listen backlog set in listen() 228 228 * @sk_priority: %SO_PRIORITY setting 229 + * @sk_cgrp_prioidx: socket group's priority map index 229 230 * @sk_type: socket type (%SOCK_STREAM, etc) 230 231 * @sk_protocol: which protocol this socket belongs in this network family 231 232 * @sk_peer_pid: &struct pid for this socket's peer