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:
d973674
)
net: Fix a comment in include/linux/netdevice.h.
author
Krzysztof Hałasa
<
[email protected]
>
Tue, 13 Jan 2009 00:32:13 +0000
(16:32 -0800)
committer
David S. Miller
<
[email protected]
>
Tue, 13 Jan 2009 05:18:32 +0000
(21:18 -0800)
Fix a comment in include/linux/netdevice.h.
Signed-off-by: Krzysztof Hałasa <
[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 f24556813375f0b54ec13066f22c10a40775010a..4647604c7ca9a2ccb1b62d4709c47c45d039c394 100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-467,7
+467,7
@@
struct netdev_queue {
* This function is called when network device transistions to the down
* state.
*
- * int (*ndo_
hard_
start_xmit)(struct sk_buff *skb, struct net_device *dev);
+ * int (*ndo_start_xmit)(struct sk_buff *skb, struct net_device *dev);
* Called when a packet needs to be transmitted.
* Must return NETDEV_TX_OK , NETDEV_TX_BUSY, or NETDEV_TX_LOCKED,
* Required can not be NULL.