| Submitter | Krzysztof Halasa |
|---|---|
| Date | Jan. 12, 2009, 1:05 a.m. |
| Message ID | <m3prit49mp.fsf@maximus.localdomain> |
| Download | mbox | patch |
| Permalink | /patch/17867/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
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.
Fix a comment in include/linux/netdevice.h. Signed-off-by: Krzysztof HaĆasa <khc@pm.waw.pl>