fix warnings, shadowed declarations and style guide violations (all trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4179 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-04-22 16:23:47 +00:00
committed by Stefan Reinauer
parent 7faa7d6bde
commit f96c2d96a8
5 changed files with 33 additions and 28 deletions

View File

@@ -69,8 +69,7 @@ static int do_normal_boot(void)
unsigned char byte;
if (cmos_error() || !cmos_chksum_valid()) {
unsigned char byte;
/* There are no impossible values, no cheksums so just
/* There are no impossible values, no checksums so just
* trust whatever value we have in the the cmos,
* but clear the fallback bit.
*/