projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d63a9
)
include/linux/netdevice.h: fix nanodoc mismatch
author
Wolfram Sang
<
[email protected]
>
Wed, 7 Oct 2009 20:53:11 +0000
(13:53 -0700)
committer
David S. Miller
<
[email protected]
>
Wed, 7 Oct 2009 20:53:11 +0000
(13:53 -0700)
nanodoc was missing an ndo_-prefix.
Signed-off-by: Wolfram Sang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index 94958c109761287798f187e1c2bb96abf0b5693e..812a5f3c2abe90da914e7c998b7b7d8e509b0e38 100644
(file)
--- 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.