From: Benjamin Poirier Date: Mon, 21 Mar 2016 21:08:28 +0000 (-0700) Subject: net: Add missing kernel-doc for netdev ptype lists X-Git-Tag: v4.6-rc1~38^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=62d885fe73e0032004e756b25101ac6c9ebf85dd;p=karo-tx-linux.git net: Add missing kernel-doc for netdev ptype lists .//include/linux/netdevice.h:1826: warning: No description found for parameter 'ptype_all' .//include/linux/netdevice.h:1826: warning: No description found for parameter 'ptype_specific' Introduced by commit 7866a621043f ("dev: add per net_device packet type chains") Cc: Salam Noureddine Signed-off-by: Benjamin Poirier Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index fd07734fb277..3f6385d27b81 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1418,6 +1418,8 @@ enum netdev_priv_flags { * @unreg_list: List entry, that is used, when we are unregistering the * device, see the function unregister_netdev * @close_list: List entry, that is used, when we are closing the device + * @ptype_all: Device-specific packet handlers for all protocols + * @ptype_specific: Device-specific, protocol-specific packet handlers * * @adj_list: Directly linked devices, like slaves for bonding * @all_adj_list: All linked devices, *including* neighbours