commit | 0268da0f5e9c7a547d5346177d7c9d9179116968 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Jul 12 18:17:40 2010 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Mon Jul 12 18:17:40 2010 -0500 |
tree | 1a74f10e2e65f279668b7db8ea064d2c425e9a7c | |
parent | 5fc8b7fbd82f994d929ae66496d6791941f9f2b1 [diff] |
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>