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

Commit d308e38f authored by Wolfram Sang's avatar Wolfram Sang Committed by David S. Miller
Browse files

include/linux/netdevice.h: fix nanodoc mismatch



nanodoc was missing an ndo_-prefix.

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a4d63a94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ struct netdev_queue {
 *	Callback uses when the transmitter has not made any progress
 *	for dev->watchdog ticks.
 *
 * struct net_device_stats* (*get_stats)(struct net_device *dev);
 * struct net_device_stats* (*ndo_get_stats)(struct net_device *dev);
 *	Called when a user wants to get the network device usage
 *	statistics. If not defined, the counters in dev->stats will
 *	be used.