Changeset 985 for trunk/ichspi.c


Ignore:
Timestamp:
03/26/10 00:18:41 (2 years ago)
Author:
uwe
Message:

Polish the flashrom code comments and outputs a bit.

  • Fix a number of typos (found via ispell).
  • Use correct vendor names (as per their websites) consistently.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ichspi.c

    r914 r985  
    537537        /* clear error status registers */ 
    538538        temp32 |= (SSFS_CDS + SSFS_FCERR); 
    539         /* USE 20 MhZ */ 
     539        /* Use 20 MHz */ 
    540540        temp32 |= SSFC_SCF_20MHZ; 
    541541 
Note: See TracChangeset for help on using the changeset viewer.