Re: [U-Boot] [PATCH] net: warn about spaces in device names

2010-06-21 Thread Ben Warren
Hi Mike, On 6/9/2010 7:10 PM, Mike Frysinger wrote: Some commands operate on eth device names (like 'mii'), but those cannot be passed on the command line as one argument. So detect devices like these and warn about them so someone will fix it. Signed-off-by: Mike Frysingervap...@gentoo.org

[U-Boot] [PATCH] net: warn about spaces in device names

2010-06-09 Thread Mike Frysinger
Some commands operate on eth device names (like 'mii'), but those cannot be passed on the command line as one argument. So detect devices like these and warn about them so someone will fix it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- net/eth.c |3 +++ 1 files changed, 3