diff options
author | Gerald Van Baren | 2007-03-31 14:30:53 -0400 |
---|---|---|
committer | Gerald Van Baren | 2007-03-31 14:30:53 -0400 |
commit | aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73 (patch) | |
tree | 628b9fc238880369cef5a6b42c71dc46258ef0b0 /cpu | |
parent | 213bf8c822de8eecaf69860684469cdaba2e9e6a (diff) |
Fix some minor whitespace violations.
Diffstat (limited to 'cpu')
-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 851241adfb4..21b16463cd7 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)); } |