From: Wolfram Sang Date: Wed, 7 Oct 2009 20:53:11 +0000 (-0700) Subject: include/linux/netdevice.h: fix nanodoc mismatch X-Git-Tag: firefly_0821_release~11864^2~170 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d308e38fa5467fbb523fc13e4b984375c2198c3d;p=firefly-linux-kernel-4.4.55.git include/linux/netdevice.h: fix nanodoc mismatch nanodoc was missing an ndo_-prefix. Signed-off-by: Wolfram Sang Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 94958c109761..812a5f3c2abe 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -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.