summaryrefslogtreecommitdiff
path: root/it87spi.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-13 17:28:29 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-13 17:28:29 +0000
commite7bc4db23f5570c9092d5af4c90f584d31f8d9c2 (patch)
tree76c0a1816f51012775006aa8c82bdfe78901b5ab /it87spi.c
parent141b17700e05f342020512417c8766ed7909fa9a (diff)
downloadflashrom-e7bc4db23f5570c9092d5af4c90f584d31f8d9c2.tar.gz
Various coding style and cosmetic changes (trivial).
- Fix coding-style, whitespace, and indentation in a few places. - Consistently use the same spelling ("Super I/O") everywhere. - Make some flashrom stdout output look a bit nicer. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@933 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/it87spi.c b/it87spi.c
index ed72c90..0402211 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -81,7 +81,7 @@ struct superio probe_superio_ite(void)
case 0x82:
case 0x86:
case 0x87:
- msg_pinfo("Found ITE SuperI/O, id %04hx\n",
+ msg_pinfo("Found ITE Super I/O, id %04hx\n",
ret.model);
return ret;
}
@@ -170,7 +170,7 @@ int it87spi_init(void)
int ret;
get_io_perms();
- /* Probe for the SuperI/O chip and fill global struct superio. */
+ /* Probe for the Super I/O chip and fill global struct superio. */
probe_superio();
ret = it87spi_common_init();
if (!ret) {