]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/tcp_hybla.c
[IPV4]: Consolidate common SNMP code
[linux-2.6-omap-h63xx.git] / net / ipv4 / tcp_hybla.c
index 59e691d26f64e805f282392a3b978804bef719e7..e5be35117223f19af191e9f4e24d2bdd318e17ce 100644 (file)
@@ -144,7 +144,7 @@ static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 rtt,
        ca->snd_cwnd_cents += odd;
 
        /* check when fractions goes >=128 and increase cwnd by 1. */
-       while(ca->snd_cwnd_cents >= 128) {
+       while (ca->snd_cwnd_cents >= 128) {
                tp->snd_cwnd++;
                ca->snd_cwnd_cents -= 128;
                tp->snd_cwnd_cnt = 0;