diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-14 22:53:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:28 -0500 |
commit | 7e226272fcf9c1ec8b67fac995ce4227f4f76971 (patch) | |
tree | 1eaa955793494207f5651cdb78078b9db4c34fb1 /drivers/net/wireless/libertas/tx.c | |
parent | eae86bf378de981696697426831bd9db68930740 (diff) |
libertas: kill whitespace at end of lines
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/tx.c')
-rw-r--r-- | drivers/net/wireless/libertas/tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/tx.c b/drivers/net/wireless/libertas/tx.c index 8a1a3965f1c5..00d95f75bd89 100644 --- a/drivers/net/wireless/libertas/tx.c +++ b/drivers/net/wireless/libertas/tx.c | |||
@@ -93,8 +93,8 @@ int lbs_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
93 | netif_stop_queue(priv->mesh_dev); | 93 | netif_stop_queue(priv->mesh_dev); |
94 | 94 | ||
95 | if (priv->tx_pending_len) { | 95 | if (priv->tx_pending_len) { |
96 | /* This can happen if packets come in on the mesh and eth | 96 | /* This can happen if packets come in on the mesh and eth |
97 | device simultaneously -- there's no mutual exclusion on | 97 | device simultaneously -- there's no mutual exclusion on |
98 | hard_start_xmit() calls between devices. */ | 98 | hard_start_xmit() calls between devices. */ |
99 | lbs_deb_tx("Packet on %s while busy\n", dev->name); | 99 | lbs_deb_tx("Packet on %s while busy\n", dev->name); |
100 | ret = NETDEV_TX_BUSY; | 100 | ret = NETDEV_TX_BUSY; |