* [PATCH] Fix a comment in include/linux/netdevice.h.
@ 2009-01-12 1:05 Krzysztof Halasa
0 siblings, 0 replies; only message in thread
From: Krzysztof Halasa @ 2009-01-12 1:05 UTC (permalink / raw)
To: David Miller; +Cc: netdev
Fix a comment in include/linux/netdevice.h.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index f245568..4647604 100644
--- 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.
--
Krzysztof Halasa
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-12 1:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 1:05 [PATCH] Fix a comment in include/linux/netdevice.h Krzysztof Halasa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox