]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp_veno.c
net/ipv4: Move && and || to end of previous line
[karo-tx-linux.git] / net / ipv4 / tcp_veno.c
index e9bbff746488e6be777d538bf641fa6dd4244274..b612acf76183ab60c23c2270c53996953e679daa 100644 (file)
@@ -165,9 +165,8 @@ static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 in_flight)
                                 * every other rtt.
                                 */
                                if (tp->snd_cwnd_cnt >= tp->snd_cwnd) {
-                                       if (veno->inc
-                                           && tp->snd_cwnd <
-                                           tp->snd_cwnd_clamp) {
+                                       if (veno->inc &&
+                                           tp->snd_cwnd < tp->snd_cwnd_clamp) {
                                                tp->snd_cwnd++;
                                                veno->inc = 0;
                                        } else