]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: Add \n before warning message so it prints on a new line.
authorPhilip Balister <philip@balister.org>
Wed, 7 Sep 2011 01:57:48 +0000 (01:57 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 1 Oct 2011 19:55:42 +0000 (21:55 +0200)
Signed-off-by: Philip Balister <philip@opensdr.com>
net/eth.c

index 02baa3722fb974e60b15159344d381c3da16dc80..1c0c78005e8058b29c513101617832451d2d7f8c 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -302,7 +302,7 @@ int eth_initialize(bd_t *bis)
                                puts("\nWarning: eth device name has a space!\n");
 
                        if (eth_write_hwaddr(dev, "eth", eth_number))
-                               puts("Warning: failed to set MAC address\n");
+                               puts("\nWarning: failed to set MAC address\n");
 
                        eth_number++;
                        dev = dev->next;