X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fipv4%2Fip_output.c;h=5db301b33372c48f53e53410a99e0538a32fa507;hb=132adf54639cf7dd9315e8df89c2faa59f6e46d9;hp=d096332f6c6d9e10753531364299f68672f604a7;hpb=1ac58ee37f439044eb09381f33c97ce0e7f2643b;p=powerpc.git diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index d096332f6c..5db301b333 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -566,7 +566,7 @@ slow_path: * Keep copying data until we run out. */ - while(left > 0) { + while (left > 0) { len = left; /* IF: it doesn't fit, use 'mtu' - the data space left */ if (len > mtu)