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

Configure Feed

Select the types of activity you want to include in your feed.

net: dev: add a missing kernel-doc annotation

The dev argument was not listed at kernel-doc markup:

./net/core/dev.c:7878: warning: Function parameter or member 'dev' not described in 'netdev_get_xmit_slave'

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/6e22325bb9bd4cc2249c3768b0e3ad75933445f8.1592895969.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
a8adb51b ee98fac8

+1
+1
net/core/dev.c
··· 7898 7898 7899 7899 /** 7900 7900 * netdev_get_xmit_slave - Get the xmit slave of master device 7901 + * @dev: device 7901 7902 * @skb: The packet 7902 7903 * @all_slaves: assume all the slaves are active 7903 7904 *