[IPV4]: fix alignment of IP-Config output
authorUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Mon, 18 Feb 2008 06:28:32 +0000 (22:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2008 06:28:32 +0000 (22:28 -0800)
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>
net/ipv4/ipconfig.c

index a52b585..10013cc 100644 (file)
@@ -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));