Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62d885fe authored by Benjamin Poirier's avatar Benjamin Poirier Committed by David S. Miller
Browse files

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 7866a621 ("dev: add per net_device packet type
chains")

Cc: Salam Noureddine <noureddine@arista.com>
Signed-off-by: default avatarBenjamin Poirier <bpoirier@suse.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6d0e24cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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