summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2011-09-07 01:57:48 +0000
committerWolfgang Denk <wd@denx.de>2011-10-01 21:55:42 +0200
commita9a730e0bc18535597d15ce47964824baf220c94 (patch)
tree4b1f719ea89ee0645a0baee5e8f34551eb25d56d /net
parente3e454cd72f319908355427b1a3ae54b3dd53356 (diff)
downloadtalos-obmc-uboot-a9a730e0bc18535597d15ce47964824baf220c94.tar.gz
talos-obmc-uboot-a9a730e0bc18535597d15ce47964824baf220c94.zip
net: Add \n before warning message so it prints on a new line.
Signed-off-by: Philip Balister <philip@opensdr.com>
Diffstat (limited to 'net')
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index 02baa3722f..1c0c78005e 100644
--- 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;
OpenPOWER on IntegriCloud