]> git.ipfire.org Git - people/ms/u-boot.git/commit
NAND: formatting cleanups from env.oob support
authorScott Wood <scottwood@freescale.com>
Mon, 12 Jul 2010 23:17:40 +0000 (18:17 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 12 Jul 2010 23:17:40 +0000 (18:17 -0500)
commit53504a278900939e197d8c35164c27ffee861691
tree1a74f10e2e65f279668b7db8ea064d2c425e9a7c
parentc9f7351b5bb70d292f6b0baaf0e21366e0b0b163
NAND: formatting cleanups from env.oob support

Change if (ok) {
bunch of stuff
} else {
error
}

to

if (error) {
get out
}

proceed with bunch of stuff

Plus a few whitespace cleanups.

Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_nand.c
common/env_nand.c