Changeset 933 for trunk/it87spi.c


Ignore:
Timestamp:
03/13/10 18:28:29 (2 years ago)
Author:
uwe
Message:

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@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/it87spi.c

    r914 r933  
    8282                case 0x86: 
    8383                case 0x87: 
    84                         msg_pinfo("Found ITE SuperI/O, id %04hx\n", 
     84                        msg_pinfo("Found ITE Super I/O, id %04hx\n", 
    8585                                     ret.model); 
    8686                        return ret; 
     
    171171 
    172172        get_io_perms(); 
    173         /* Probe for the SuperI/O chip and fill global struct superio. */ 
     173        /* Probe for the Super I/O chip and fill global struct superio. */ 
    174174        probe_superio(); 
    175175        ret = it87spi_common_init(); 
Note: See TracChangeset for help on using the changeset viewer.