[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
@@ -782,7 +782,7 @@ static void __init ic_do_bootp_ext(u8 *ext)
|
||||
u8 *c;
|
||||
|
||||
printk("DHCP/BOOTP: Got extension %d:",*ext);
|
||||
for(c=ext+2; c<ext+2+ext[1]; c++)
|
||||
for (c=ext+2; c<ext+2+ext[1]; c++)
|
||||
printk(" %02x", *c);
|
||||
printk("\n");
|
||||
#endif
|
||||
@@ -1094,7 +1094,7 @@ static int __init ic_dynamic(void)
|
||||
retries = CONF_SEND_RETRIES;
|
||||
get_random_bytes(&timeout, sizeof(timeout));
|
||||
timeout = CONF_BASE_TIMEOUT + (timeout % (unsigned) CONF_TIMEOUT_RANDOM);
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
#ifdef IPCONFIG_BOOTP
|
||||
if (do_bootp && (d->able & IC_BOOTP))
|
||||
ic_bootp_send_if(d, jiffies - start_jiffies);
|
||||
|
Reference in New Issue
Block a user