[NET]: kernel-doc fixes
Fix kernel-doc warnings in network files. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b84f4cc977
commit
461ddf3b90
2 changed files with 5 additions and 2 deletions
|
@ -237,8 +237,10 @@ X!Ilib/string.c
|
||||||
<sect1><title>Driver Support</title>
|
<sect1><title>Driver Support</title>
|
||||||
!Enet/core/dev.c
|
!Enet/core/dev.c
|
||||||
!Enet/ethernet/eth.c
|
!Enet/ethernet/eth.c
|
||||||
!Einclude/linux/etherdevice.h
|
!Iinclude/linux/etherdevice.h
|
||||||
!Enet/core/wireless.c
|
<!-- FIXME: Removed for now since no structured comments in source
|
||||||
|
X!Enet/core/wireless.c
|
||||||
|
-->
|
||||||
</sect1>
|
</sect1>
|
||||||
<sect1><title>Synchronous PPP</title>
|
<sect1><title>Synchronous PPP</title>
|
||||||
!Edrivers/net/wan/syncppp.c
|
!Edrivers/net/wan/syncppp.c
|
||||||
|
|
|
@ -206,6 +206,7 @@ enum {
|
||||||
* @nfct: Associated connection, if any
|
* @nfct: Associated connection, if any
|
||||||
* @ipvs_property: skbuff is owned by ipvs
|
* @ipvs_property: skbuff is owned by ipvs
|
||||||
* @nfctinfo: Relationship of this skb to the connection
|
* @nfctinfo: Relationship of this skb to the connection
|
||||||
|
* @nfct_reasm: netfilter conntrack re-assembly pointer
|
||||||
* @nf_bridge: Saved data about a bridged frame - see br_netfilter.c
|
* @nf_bridge: Saved data about a bridged frame - see br_netfilter.c
|
||||||
* @tc_index: Traffic control index
|
* @tc_index: Traffic control index
|
||||||
* @tc_verd: traffic control verdict
|
* @tc_verd: traffic control verdict
|
||||||
|
|
Loading…
Add table
Reference in a new issue