diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-06-09 20:56:29 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-06-09 21:26:47 +0200 |
commit | c55bcdecf70586ba575af403f26f92dbbbc05190 (patch) | |
tree | 533ce286d7706964ea4632c745f207e4b77c8f9e /util/superiotool/smsc.c | |
parent | 1b8068e24467d812752c71888c4880d3cac41cf8 (diff) |
superiotool: Cosmetics and coding style fixes.
Change-Id: Iacda2a9e37635d5cffc5004caf588ef3e5e09b5e
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Reviewed-on: http://review.coreboot.org/18
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'util/superiotool/smsc.c')
-rw-r--r-- | util/superiotool/smsc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 260f3bb208..820be0871f 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -396,7 +396,7 @@ static const struct superio_registers reg_table[] = { {0x4d, "MEC1308", { {NOLDN, NULL, {0x02,0x03,0x07,0x17,0x20,0x21,0x22,0x23,0x24,0x25, - 0x26,0x27,0X28,0X29,0X2a,0X2b,0X2c,0X2d,0X2e,0X2f, + 0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f, EOT}, {0x00,RSVD,0x00,RSVD,0x4d,0x00,0x00,0x00,0x04,0x04, MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC, @@ -408,7 +408,7 @@ static const struct superio_registers reg_table[] = { {0x30,0x60,0x61,0x70,EOT}, {0x00,0x00,0x00,0x00,EOT}}, {0x7, "KBD", - {0x30,0x70,0x72,0xF0,EOT}, + {0x30,0x70,0x72,0xf0,EOT}, {0x00,0x00,0x00,0x00,EOT}}, {0x8, "EC/ACPI", {0x30,0x60,0x61,EOT}, |