Changeset 4651

Show
Ignore:
Timestamp:
08/11/07 09:30:31 (1 year ago)
Author:
khali
Message:

Add missing new line at end of log messages. Indirectly reported
by Joe Perches.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/adm1024.c

    r4328 r4651  
    362362        } else { 
    363363#ifdef DEBUG 
    364                 printk("adm1024.o: Internal error: unknown kind (%d)?!?", 
     364                printk("adm1024.o: Internal error: unknown kind (%d)\n", 
    365365                       kind); 
    366366#endif 
  • lm-sensors/trunk/kernel/chips/adm1025.c

    r4328 r4651  
    312312        } else { 
    313313#ifdef DEBUG 
    314                 printk("adm1025.o: Internal error: unknown kind (%d)?!?", 
     314                printk("adm1025.o: Internal error: unknown kind (%d)\n", 
    315315                       kind); 
    316316#endif 
  • lm-sensors/trunk/kernel/chips/adm1026.c

    r4542 r4651  
    712712#endif 
    713713        default : 
    714                 printk("adm1026: Internal error, invalid kind (%d)!", kind); 
     714                printk("adm1026: Internal error, invalid kind (%d)!\n", kind); 
    715715                err = -EFAULT ; 
    716716                goto ERROR1; 
  • lm-sensors/trunk/kernel/chips/adm9240.c

    r3145 r4651  
    357357        } else { 
    358358#ifdef DEBUG 
    359                 printk("adm9240.o: Internal error: unknown kind (%d)?!?", 
     359                printk("adm9240.o: Internal error: unknown kind (%d)\n", 
    360360                       kind); 
    361361#endif 
  • lm-sensors/trunk/kernel/chips/ds1621.c

    r3156 r4651  
    232232        } else { 
    233233#ifdef DEBUG 
    234                 printk("ds1621.o: Internal error: unknown kind (%d)?!?", 
     234                printk("ds1621.o: Internal error: unknown kind (%d)\n", 
    235235                       kind); 
    236236#endif 
  • lm-sensors/trunk/kernel/chips/gl518sm.c

    r3147 r4651  
    325325        } else { 
    326326#ifdef DEBUG 
    327                 printk("gl518sm.o: Internal error: unknown kind (%d)?!?", 
     327                printk("gl518sm.o: Internal error: unknown kind (%d)\n", 
    328328                       kind); 
    329329#endif 
  • lm-sensors/trunk/kernel/chips/gl520sm.c

    r3000 r4651  
    309309        } else { 
    310310#ifdef DEBUG 
    311                 printk("gl520sm.o: Internal error: unknown kind (%d)?!?", 
     311                printk("gl520sm.o: Internal error: unknown kind (%d)\n", 
    312312                       kind); 
    313313#endif 
  • lm-sensors/trunk/kernel/chips/it87.c

    r4565 r4651  
    552552        } else { 
    553553#ifdef DEBUG 
    554                 printk("it87.o: Internal error: unknown kind (%d)?!?", 
     554                printk("it87.o: Internal error: unknown kind (%d)\n", 
    555555                       kind); 
    556556#endif 
  • lm-sensors/trunk/kernel/chips/lm63.c

    r2994 r4651  
    357357        if (data->config & 0x40) { /* standby */ 
    358358#ifdef DEBUG 
    359                 printk(KERN_DEBUG "lm63: Switching to operational mode"); 
     359                printk(KERN_DEBUG "lm63: Switching to operational mode\n"); 
    360360#endif 
    361361                data->config &= 0xA7; 
  • lm-sensors/trunk/kernel/chips/lm75.c

    r3156 r4651  
    185185                client_name = "LM75 chip"; 
    186186        } else { 
    187                 pr_debug("lm75.o: Internal error: unknown kind (%d)?!?", kind); 
     187                pr_debug("lm75.o: Internal error: unknown kind (%d)\n", kind); 
    188188                goto error1; 
    189189        } 
  • lm-sensors/trunk/kernel/chips/lm78.c

    r4328 r4651  
    362362        } else { 
    363363#ifdef DEBUG 
    364                 printk("lm78.o: Internal error: unknown kind (%d)?!?", 
     364                printk("lm78.o: Internal error: unknown kind (%d)\n", 
    365365                       kind); 
    366366#endif 
  • lm-sensors/trunk/kernel/chips/lm80.c

    r3156 r4651  
    291291        } else { 
    292292#ifdef DEBUG 
    293                 printk("lm80.o: Internal error: unknown kind (%d)?!?", 
     293                printk("lm80.o: Internal error: unknown kind (%d)\n", 
    294294                       kind); 
    295295#endif 
  • lm-sensors/trunk/kernel/chips/lm85.c

    r4574 r4651  
    869869                break; 
    870870        default : 
    871                 printk("lm85: Internal error, invalid kind (%d)!", kind); 
     871                printk("lm85: Internal error, invalid kind (%d)!\n", kind); 
    872872                err = -EFAULT ; 
    873873                goto ERROR1; 
  • lm-sensors/trunk/kernel/chips/ltc1710.c

    r2867 r4651  
    175175        } else { 
    176176#ifdef DEBUG 
    177                 printk("ltc1710.o: Internal error: unknown kind (%d)?!?", 
     177                printk("ltc1710.o: Internal error: unknown kind (%d)\n", 
    178178                       kind); 
    179179#endif 
  • lm-sensors/trunk/kernel/chips/pca954x.c

    r2837 r4651  
    344344        } 
    345345        if (i < 0) { 
    346                 printk(KERN_ERR "%s: Internal error: unknown kind (%d)", 
     346                printk(KERN_ERR "%s: Internal error: unknown kind (%d)\n", 
    347347                       __FUNCTION__, kind); 
    348348                goto ERROR1; 
  • lm-sensors/trunk/kernel/chips/thmc50.c

    r4558 r4651  
    222222        } else { 
    223223#ifdef DEBUG 
    224                 printk("thmc50.o: Internal error: unknown kind (%d)?!?", 
     224                printk("thmc50.o: Internal error: unknown kind (%d)\n", 
    225225                       kind); 
    226226#endif 
  • lm-sensors/trunk/kernel/chips/w83781d.c

    r4328 r4651  
    890890        } else { 
    891891#ifdef DEBUG 
    892                 printk(KERN_ERR "w83781d.o: Internal error: unknown kind (%d)?!?", 
     892                printk(KERN_ERR "w83781d.o: Internal error: unknown kind (%d)\n", 
    893893                       kind); 
    894894#endif 
  • lm-sensors/trunk/kernel/chips/w83792d.c

    r4040 r4651  
    691691                client_name = "W83792D chip"; 
    692692        } else { 
    693                 printk(KERN_ERR "w83792d: Internal error: unknown kind (%d)?!?", 
     693                printk(KERN_ERR "w83792d: Internal error: unknown kind (%d)\n", 
    694694                       kind); 
    695695                LEAVE()