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 /cpu/mpc83xx | |
parent | 213bf8c822de8eecaf69860684469cdaba2e9e6a (diff) | |
download | u-boot-imx-aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73.zip u-boot-imx-aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73.tar.gz u-boot-imx-aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73.tar.bz2 |
Fix some minor whitespace violations.
Diffstat (limited to 'cpu/mpc83xx')
-rw-r--r-- | cpu/mpc83xx/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index 851241a..21b1646 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)); } |