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

net: llc: Fix kerneldoc warnings

net/llc/llc_conn.c:917: warning: Function parameter or member 'kern' not described in 'llc_sk_alloc'
net/llc/llc_conn.c:917: warning: Function parameter or member 'prot' not described in 'llc_sk_alloc'

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20201028004644.929997-1-andrew@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Andrew Lunn and committed by
Jakub Kicinski
8756f474 bfa45445

+2
+2
net/llc/llc_conn.c
··· 909 909 * @net: network namespace 910 910 * @family: upper layer protocol family 911 911 * @priority: for allocation (%GFP_KERNEL, %GFP_ATOMIC, etc) 912 + * @prot: struct proto associated with this new sock instance 913 + * @kern: is this to be a kernel socket? 912 914 * 913 915 * Allocates a LLC sock and initializes it. Returns the new LLC sock 914 916 * or %NULL if there's no memory available for one