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:
committed by
Stefan Reinauer
parent
7faa7d6bde
commit
f96c2d96a8
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user