Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 985ebdb5 authored by Krzysztof Hałasa's avatar Krzysztof Hałasa Committed by David S. Miller
Browse files

net: Fix a comment in include/linux/netdevice.h.



Fix a comment in include/linux/netdevice.h.

Signed-off-by: default avatarKrzysztof Hałasa <khc@pm.waw.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9736749
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.