diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index f5f975ba36e55cb44594adcbd790a03660d887f5..e9b7fbc5a4476b9cfdb2bd01ec58719b097cf7cb 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
@@ -228,7 +228,7 @@ static int __devinit adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *
 		if (err) {
 			dev_warn(dev,
 				 "Unable to access MSR 0xEE, for Tjmax, left"
-				 " at default");
+				 " at default\n");
 		} else if (eax & 0x40000000) {
 			tjmax = tjmax_ee;
 		}