[IPV4]: cleanup
Add whitespace around keywords. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1ac58ee37f
commit
132adf5463
@ -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)
|
||||
|
Reference in New Issue
Block a user