diff options
| author | Philip Balister <philip@balister.org> | 2011-09-07 01:57:48 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-10-01 21:55:42 +0200 | 
| commit | a9a730e0bc18535597d15ce47964824baf220c94 (patch) | |
| tree | 4b1f719ea89ee0645a0baee5e8f34551eb25d56d /net/eth.c | |
| parent | e3e454cd72f319908355427b1a3ae54b3dd53356 (diff) | |
| download | olio-uboot-2014.01-a9a730e0bc18535597d15ce47964824baf220c94.tar.xz olio-uboot-2014.01-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/eth.c')
| -rw-r--r-- | net/eth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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; |