]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/ppp_synctty.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / ppp_synctty.c
index c908b08dc981adefac7235a8db4354f4d2b873b7..3a13cecae3e2f29df464d486f68b20d545bdfcf2 100644 (file)
@@ -662,8 +662,8 @@ ppp_sync_push(struct syncppp *ap)
                }
                /* haven't made any progress */
                spin_unlock_bh(&ap->xmit_lock);
-               if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags)
-                     || (!tty_stuffed && ap->tpkt)))
+               if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) ||
+                     (!tty_stuffed && ap->tpkt)))
                        break;
                if (!spin_trylock_bh(&ap->xmit_lock))
                        break;