diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-13 17:28:29 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-13 17:28:29 +0000 |
commit | cc26e7ffa8ae981f2ecde1d979534020ebdcd565 (patch) | |
tree | 76c0a1816f51012775006aa8c82bdfe78901b5ab /it87spi.c | |
parent | 353e4cab1e482cbe99572b6c002755242e2ee2bc (diff) | |
download | flashrom-cc26e7ffa8ae981f2ecde1d979534020ebdcd565.zip flashrom-cc26e7ffa8ae981f2ecde1d979534020ebdcd565.tar.gz |
Various coding style and cosmetic changes
- 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.
Corresponding to flashrom svn r933.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'it87spi.c')
-rw-r--r-- | it87spi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |