projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e454c
)
net: Add \n before warning message so it prints on a new line.
author
Philip Balister
<philip@balister.org>
Wed, 7 Sep 2011 01:57:48 +0000
(
01:57
+0000)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/net/eth.c
b/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("
\n
Warning: failed to set MAC address\n");
eth_number++;
dev = dev->next;