]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (coretemp) Add missing newline to dev_warn() message
authorDean Nelson <dnelson@redhat.com>
Mon, 29 Mar 2010 20:03:00 +0000 (22:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:01:55 +0000 (16:01 -0700)
commit7bb70976cdb2e926842a2e3897f47b36c5ccc3d1
tree6dcba2646c192444583d823db186f9dfdc6d74f8
parentb89725179b5fc5ea585930420c7df568de0a97be
hwmon: (coretemp) Add missing newline to dev_warn() message

commit 4d7a5644e4adfafe76c2bd8ee168e3f3b5dae3a8 upstream.

Add missing newline to dev_warn() message string. This is more of an issue
with older kernels that don't automatically add a newline if it was missing
from the end of the previous line.

Signed-off-by: Dean Nelson <dnelson@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/coretemp.c