include/linux/netdevice.h: fix nanodoc mismatch
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 7 Oct 2009 20:53:11 +0000 (13:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 20:53:11 +0000 (13:53 -0700)
nanodoc was missing an ndo_-prefix.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index 94958c1..812a5f3 100644 (file)
@@ -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.