diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2016-11-22 02:28:36 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-24 01:18:36 (GMT) |
commit | 920c1cd36642ac21a7b2fdc47ab44b9634d570f9 (patch) | |
tree | 709de6badf4968bc2884f216daf6ea1863ae9e62 | |
parent | c3891fa2543cbab26093f5e425b8a50cd6837f16 (diff) | |
download | linux-920c1cd36642ac21a7b2fdc47ab44b9634d570f9.tar.xz |
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>
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index bf04a46..e16a2a9 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -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 * |