aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/sfc/tx.c')
-rw-r--r--drivers/net/ethernet/sfc/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/tx.c b/drivers/net/ethernet/sfc/tx.c
index a096e287e95f..94d0365b31cd 100644
--- a/drivers/net/ethernet/sfc/tx.c
+++ b/drivers/net/ethernet/sfc/tx.c
@@ -339,7 +339,7 @@ static void efx_dequeue_buffers(struct efx_tx_queue *tx_queue,
339 * OS to free the skb. 339 * OS to free the skb.
340 */ 340 */
341netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb, 341netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb,
342 struct net_device *net_dev) 342 struct net_device *net_dev)
343{ 343{
344 struct efx_nic *efx = netdev_priv(net_dev); 344 struct efx_nic *efx = netdev_priv(net_dev);
345 struct efx_tx_queue *tx_queue; 345 struct efx_tx_queue *tx_queue;