diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-02-02 22:36:10 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-02-02 22:36:10 +0100 | 
| commit | d1a24f061849ebe4f288d95e8ceb8380f762d323 (patch) | |
| tree | 931fa11d8001abbade00fed6f03ac3a10d12d1c2 /common/hwconfig.c | |
| parent | be9db564de898240034151c48cf9e0d03ece3f35 (diff) | |
| download | olio-uboot-2014.01-d1a24f061849ebe4f288d95e8ceb8380f762d323.tar.xz olio-uboot-2014.01-d1a24f061849ebe4f288d95e8ceb8380f762d323.zip | |
Minor Coding Style Cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/hwconfig.c')
| -rw-r--r-- | common/hwconfig.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/hwconfig.c b/common/hwconfig.c index 515074808..e47d4d742 100644 --- a/common/hwconfig.c +++ b/common/hwconfig.c @@ -81,8 +81,8 @@ static const char *__hwconfig(const char *opt, size_t *arglen,  	if (!env_hwconfig) {  		if (!(gd->flags & GD_FLG_ENV_READY)) {  			printf("WARNING: Calling __hwconfig without a buffer " -					"and before environment is ready\n");  -			return NULL;  +					"and before environment is ready\n"); +			return NULL;  		}  		env_hwconfig = getenv("hwconfig");  	} |