diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index d096332f6c6d..5db301b33372 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -566,7 +566,7 @@ slow_path: | |||
566 | * Keep copying data until we run out. | 566 | * Keep copying data until we run out. |
567 | */ | 567 | */ |
568 | 568 | ||
569 | while(left > 0) { | 569 | while (left > 0) { |
570 | len = left; | 570 | len = left; |
571 | /* IF: it doesn't fit, use 'mtu' - the data space left */ | 571 | /* IF: it doesn't fit, use 'mtu' - the data space left */ |
572 | if (len > mtu) | 572 | if (len > mtu) |