mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 10:50:53 +07:00
netdevice.h: fix kernel-doc warning
Fix kernel-doc warning in <linux/netdevice.h> (missing ':'): ..//include/linux/netdevice.h:1904: warning: No description found for parameter 'prio_tc_map[TC_BITMASK + 1]' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c3891fa254
commit
920c1cd366
@ -1619,7 +1619,7 @@ enum netdev_priv_flags {
|
||||
* @dcbnl_ops: Data Center Bridging netlink ops
|
||||
* @num_tc: Number of traffic classes in the net device
|
||||
* @tc_to_txq: XXX: need comments on this one
|
||||
* @prio_tc_map XXX: need comments on this one
|
||||
* @prio_tc_map: XXX: need comments on this one
|
||||
*
|
||||
* @fcoe_ddp_xid: Max exchange id for FCoE LRO by ddp
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user