提交 6c3ce8a3 编写于 作者: S Sowmini Varadhan 提交者: David S. Miller

sunvnet: Fix indentation in maybe_tx_wakeup()

remove redundant tab.
Signed-off-by: NSowmini Varadhan <sowmini.varadhan@oracle.com>
Reported-by: NBen Hutchings <ben@decadent.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4e865a5a
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册