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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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;