Commit 9c00409a2a677511506126634fbfd9f217989e57
Committed by
David S. Miller
1 parent
32b90fc8b1
Exists in
master
and in
7 other branches
[IPV4]: fix alignment of IP-Config output
Make the indented lines aligned in the output (not in the code). Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/ipv4/ipconfig.c
... | ... | @@ -1390,7 +1390,7 @@ |
1390 | 1390 | * Clue in the operator. |
1391 | 1391 | */ |
1392 | 1392 | printk("IP-Config: Complete:"); |
1393 | - printk("\n device=%s", ic_dev->name); | |
1393 | + printk("\n device=%s", ic_dev->name); | |
1394 | 1394 | printk(", addr=%u.%u.%u.%u", NIPQUAD(ic_myaddr)); |
1395 | 1395 | printk(", mask=%u.%u.%u.%u", NIPQUAD(ic_netmask)); |
1396 | 1396 | printk(", gw=%u.%u.%u.%u", NIPQUAD(ic_gateway)); |