Commit 9c00409a authored by Uwe Kleine-Koenig's avatar Uwe Kleine-Koenig Committed by David S. Miller

[IPV4]: fix alignment of IP-Config output

Make the indented lines aligned in the output (not in the code).
Signed-off-by: default avatarUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 32b90fc8
...@@ -1390,7 +1390,7 @@ static int __init ip_auto_config(void) ...@@ -1390,7 +1390,7 @@ static int __init ip_auto_config(void)
* Clue in the operator. * Clue in the operator.
*/ */
printk("IP-Config: Complete:"); printk("IP-Config: Complete:");
printk("\n device=%s", ic_dev->name); printk("\n device=%s", ic_dev->name);
printk(", addr=%u.%u.%u.%u", NIPQUAD(ic_myaddr)); printk(", addr=%u.%u.%u.%u", NIPQUAD(ic_myaddr));
printk(", mask=%u.%u.%u.%u", NIPQUAD(ic_netmask)); printk(", mask=%u.%u.%u.%u", NIPQUAD(ic_netmask));
printk(", gw=%u.%u.%u.%u", NIPQUAD(ic_gateway)); printk(", gw=%u.%u.%u.%u", NIPQUAD(ic_gateway));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment