net: Add missing kernel-doc for netdev ptype lists
authorBenjamin Poirier <bpoirier@suse.com>
Mon, 21 Mar 2016 21:08:28 +0000 (14:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Mar 2016 02:56:38 +0000 (22:56 -0400)
.//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 <noureddine@arista.com>
Signed-off-by: Benjamin Poirier <bpoirier@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index fd07734..3f6385d 100644 (file)
@@ -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