]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/tcp_probe.c
net/ipv4: Move && and || to end of previous line
[net-next-2.6.git] / net / ipv4 / tcp_probe.c
index 7a3cc2ffad8421780a7cfcc428131dacaa7040af..bb110c5ce1d2cd5229411ff59a755d01ccd8518b 100644 (file)
@@ -95,8 +95,8 @@ static int jtcp_rcv_established(struct sock *sk, struct sk_buff *skb,
 
        /* Only update if port matches */
        if ((port == 0 || ntohs(inet->inet_dport) == port ||
-            ntohs(inet->inet_sport) == port)
-           && (full || tp->snd_cwnd != tcp_probe.lastcwnd)) {
+            ntohs(inet->inet_sport) == port) &&
+           (full || tp->snd_cwnd != tcp_probe.lastcwnd)) {
 
                spin_lock(&tcp_probe.lock);
                /* If log fills, just silently drop */