Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d7a5644 authored by Dean Nelson's avatar Dean Nelson Committed by Jean Delvare
Browse files

hwmon: (coretemp) Add missing newline to dev_warn() message



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: default avatarDean Nelson <dnelson@redhat.com>
Cc: stable@kernel.org
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent fcc6a746
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -228,7 +228,7 @@ static int __devinit adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *
		if (err) {
		if (err) {
			dev_warn(dev,
			dev_warn(dev,
				 "Unable to access MSR 0xEE, for Tjmax, left"
				 "Unable to access MSR 0xEE, for Tjmax, left"
				 " at default");
				 " at default\n");
		} else if (eax & 0x40000000) {
		} else if (eax & 0x40000000) {
			tjmax = tjmax_ee;
			tjmax = tjmax_ee;
		}
		}