From: Randy Dunlap Date: Tue, 22 Nov 2016 02:28:36 +0000 (-0800) Subject: netdevice.h: fix kernel-doc warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=920c1cd36642ac21a7b2fdc47ab44b9634d570f9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git netdevice.h: fix kernel-doc warning Fix kernel-doc warning in (missing ':'): ..//include/linux/netdevice.h:1904: warning: No description found for parameter 'prio_tc_map[TC_BITMASK + 1]' Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index bf04a46f6d5b..e16a2a980ea8 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 *