diff options
| author | Gerald Van Baren <vanbaren@cideas.com> | 2007-03-31 14:30:53 -0400 | 
|---|---|---|
| committer | Gerald Van Baren <vanbaren@cideas.com> | 2007-03-31 14:30:53 -0400 | 
| commit | aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73 (patch) | |
| tree | 628b9fc238880369cef5a6b42c71dc46258ef0b0 | |
| parent | 213bf8c822de8eecaf69860684469cdaba2e9e6a (diff) | |
| download | olio-uboot-2014.01-aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73.tar.xz olio-uboot-2014.01-aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73.zip | |
Fix some minor whitespace violations.
| -rw-r--r-- | common/cmd_bootm.c | 2 | ||||
| -rw-r--r-- | cpu/mpc83xx/cpu.c | 4 | ||||
| -rw-r--r-- | libfdt/fdt_ro.c | 4 | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index ab8648fff..2721216bf 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -38,7 +38,7 @@  #include <fdt.h>  #include <libfdt.h>  #endif -#if defined(CONFIG_OF_FLAT_TREE)  +#if defined(CONFIG_OF_FLAT_TREE)  #include <ft_build.h>  #endif diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index 851241adf..21b16463c 100644 --- a/cpu/mpc83xx/cpu.c +++ b/cpu/mpc83xx/cpu.c @@ -377,12 +377,12 @@ ft_cpu_setup(void *blob, bd_t *bd)  							fixup_props[j].prop, bd->bi_enetaddr, 6);  				} else {  					printf("ft_cpu_setup: %s %s has no flag for the value to set\n", -						fixup_props[j].node,  +						fixup_props[j].node,  						fixup_props[j].prop);  				}  				if (err < 0)  					printf("libfdt: %s %s returned %s\n", -						fixup_props[j].node,  +						fixup_props[j].node,  						fixup_props[j].prop,  						fdt_strerror(err));  			} diff --git a/libfdt/fdt_ro.c b/libfdt/fdt_ro.c index f88408395..4b20553da 100644 --- a/libfdt/fdt_ro.c +++ b/libfdt/fdt_ro.c @@ -171,7 +171,7 @@ int fdt_path_offset(const void *fdt, const char *path)  		p = q;  	} -	return offset;	 +	return offset;  }  /* @@ -240,7 +240,7 @@ struct fdt_property *fdt_get_property(const void *fdt,  				if (lenp)  					*lenp = len; -				 +  				return prop;  			}  			break; |