]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/atarilance.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / atarilance.c
index 0c0deceb693875d6efcf3d2419c74d33297cd495..c5721cb3826598e6f3fb143a0097325910c55311 100644 (file)
@@ -930,8 +930,8 @@ static irqreturn_t lance_interrupt( int irq, void *dev_id )
                        }
 #endif
 
-                       if (lp->tx_full && (netif_queue_stopped(dev))
-                               && dirty_tx > lp->cur_tx - TX_RING_SIZE + 2) {
+                       if (lp->tx_full && (netif_queue_stopped(dev)) &&
+                               dirty_tx > lp->cur_tx - TX_RING_SIZE + 2) {
                                /* The ring is no longer full, clear tbusy. */
                                lp->tx_full = 0;
                                netif_wake_queue (dev);