]> git.baikalelectronics.ru Git - kernel.git/commit
net: core: document two new elements of struct net_device
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 2 Oct 2020 05:49:45 +0000 (07:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2020 22:15:56 +0000 (15:15 -0700)
commit10daeed7c919ae23bc5526d7b55657e8c9cd1e17
tree7d8e3df4e59c5972284c091f0475c38967712a56
parentdfa312730691bdcc402eb91c74137405b5765d8a
net: core: document two new elements of struct net_device

As warned by "make htmldocs", there are two new struct elements
that aren't documented:

../include/linux/netdevice.h:2159: warning: Function parameter or member 'unlink_list' not described in 'net_device'
../include/linux/netdevice.h:2159: warning: Function parameter or member 'nested_level' not described in 'net_device'

Fixes: 372ec62555d2 ("net: core: add nested_level variable in net_device")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h