mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
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. Corresponding to flashrom svn r933. - 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>
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user