mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[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>
This commit is contained in:
parent
32b90fc8b1
commit
9c00409a2a
@ -1390,7 +1390,7 @@ static int __init ip_auto_config(void)
|
||||
* Clue in the operator.
|
||||
*/
|
||||
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(", mask=%u.%u.%u.%u", NIPQUAD(ic_netmask));
|
||||
printk(", gw=%u.%u.%u.%u", NIPQUAD(ic_gateway));
|
||||
|
Loading…
Reference in New Issue
Block a user