Changeset 5374

Show
Ignore:
Timestamp:
10/22/08 22:13:11 (3 years ago)
Author:
khali
Message:

Typo fix.

Location:
lm-sensors/trunk/kernel/chips
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/adm1026.c

    r5054 r5374  
    667667                } else if( company == ADM1026_COMPANY_ANALOG_DEV 
    668668                    && (verstep & 0xf0) == ADM1026_VERSTEP_GENERIC ) { 
    669                         printk("adm1026: Unrecgonized stepping 0x%02x" 
     669                        printk("adm1026: Unrecognized stepping 0x%02x" 
    670670                            " Defaulting to ADM1026.\n", verstep ); 
    671671                        kind = adm1026 ; 
  • lm-sensors/trunk/kernel/chips/lm85.c

    r5053 r5374  
    771771                    && (verstep & LM85_VERSTEP_VMASK) == LM85_VERSTEP_GENERIC) { 
    772772                        printk("lm85: Detected National Semiconductor chip\n"); 
    773                         printk("lm85: Unrecgonized version/stepping 0x%02x" 
     773                        printk("lm85: Unrecognized version/stepping 0x%02x" 
    774774                            " Defaulting to Generic LM85.\n", verstep ); 
    775775                        kind = any_chip ; 
     
    784784                    && (verstep & LM85_VERSTEP_VMASK) == LM85_VERSTEP_GENERIC) { 
    785785                        printk("lm85: Detected Analog Devices chip\n"); 
    786                         printk("lm85: Unrecgonized version/stepping 0x%02x" 
     786                        printk("lm85: Unrecognized version/stepping 0x%02x" 
    787787                            " Defaulting to Generic LM85.\n", verstep ); 
    788788                        kind = any_chip ;