sunvnet: Fix indentation in maybe_tx_wakeup()
remove redundant tab. Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Reported-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4e865a5a99
commit
6c3ce8a30c
|
@ -627,7 +627,7 @@ static void maybe_tx_wakeup(struct vnet_port *port)
|
|||
struct vio_dring_state *dr;
|
||||
|
||||
dr = &port->vio.drings[VIO_DRIVER_TX_RING];
|
||||
netif_tx_wake_queue(txq);
|
||||
netif_tx_wake_queue(txq);
|
||||
}
|
||||
__netif_tx_unlock(txq);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue