summary refs log tree commit diff
path: root/net/ipv4/ipconfig.c
diff options
context:
space:
mode:
authorUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>2008-02-17 22:28:32 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-17 22:28:32 -0800
commit9c00409a2a677511506126634fbfd9f217989e57 (patch)
tree68c57e8adec8e73cf0ab45737e309eb6ddfea941 /net/ipv4/ipconfig.c
parent32b90fc8b11b94b719745512d7e58c0b25717260 (diff)
downloadlinux-9c00409a2a677511506126634fbfd9f217989e57.tar.gz
[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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c
index a52b5853aaa8..10013ccee8dd 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));