aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-10-07 13:53:11 -0700
committerDavid S. Miller <davem@davemloft.net>2009-10-07 13:53:11 -0700
commitd308e38fa5467fbb523fc13e4b984375c2198c3d (patch)
treeff00c2d25a3b1e33fb30751147b0a1468c401a2e /include/linux
parentethoc: limit the number of buffers to 128 (diff)
downloadlinux-dev-d308e38fa5467fbb523fc13e4b984375c2198c3d.tar.xz
linux-dev-d308e38fa5467fbb523fc13e4b984375c2198c3d.zip
include/linux/netdevice.h: fix nanodoc mismatch
nanodoc was missing an ndo_-prefix. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
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.