mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 14:05:19 +08:00
net: Fix a comment in include/linux/netdevice.h.
Fix a comment in include/linux/netdevice.h. Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d9736749f5
commit
985ebdb5ed
@ -467,7 +467,7 @@ struct netdev_queue {
|
|||||||
* This function is called when network device transistions to the down
|
* This function is called when network device transistions to the down
|
||||||
* state.
|
* 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.
|
* Called when a packet needs to be transmitted.
|
||||||
* Must return NETDEV_TX_OK , NETDEV_TX_BUSY, or NETDEV_TX_LOCKED,
|
* Must return NETDEV_TX_OK , NETDEV_TX_BUSY, or NETDEV_TX_LOCKED,
|
||||||
* Required can not be NULL.
|
* Required can not be NULL.
|
||||||
|
Loading…
Reference in New Issue
Block a user