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)
commita93bdcb94a0b3ca72046151412c2389dca681d2a
tree7d8e3df4e59c5972284c091f0475c38967712a56
parenta95bc734e60449e7b073ff7ff70c35083b290ae9
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: 1fc70edb7d7b ("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