summaryrefslogtreecommitdiff
path: root/package/libertas/src/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'package/libertas/src/tx.c')
-rw-r--r--package/libertas/src/tx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libertas/src/tx.c b/package/libertas/src/tx.c
index 8a1a396..00d95f7 100644
--- a/package/libertas/src/tx.c
+++ b/package/libertas/src/tx.c
@@ -93,8 +93,8 @@ int lbs_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
netif_stop_queue(priv->mesh_dev);
if (priv->tx_pending_len) {
- /* This can happen if packets come in on the mesh and eth
- device simultaneously -- there's no mutual exclusion on
+ /* This can happen if packets come in on the mesh and eth
+ device simultaneously -- there's no mutual exclusion on
hard_start_xmit() calls between devices. */
lbs_deb_tx("Packet on %s while busy\n", dev->name);
ret = NETDEV_TX_BUSY;