]> 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)
commit63736f876966884dfac71209f5de8415518d196a
tree7d8e3df4e59c5972284c091f0475c38967712a56
parentddb160a2b11b98ae18f239fe61ce35f909240337
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: 42c2de0cf018 ("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