diff options
author | Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> | 2008-02-17 22:28:32 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-17 22:28:32 -0800 |
commit | 9c00409a2a677511506126634fbfd9f217989e57 (patch) | |
tree | 68c57e8adec8e73cf0ab45737e309eb6ddfea941 /net/ipv4/ipconfig.c | |
parent | 32b90fc8b11b94b719745512d7e58c0b25717260 (diff) | |
download | linux-3.10-9c00409a2a677511506126634fbfd9f217989e57.tar.gz linux-3.10-9c00409a2a677511506126634fbfd9f217989e57.tar.bz2 linux-3.10-9c00409a2a677511506126634fbfd9f217989e57.zip |
[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>
Diffstat (limited to 'net/ipv4/ipconfig.c')
-rw-r--r-- | net/ipv4/ipconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index a52b5853aaa..10013ccee8d 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c @@ -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)); |