All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] hwmon: (coretemp) Add missing newline to
@ 2010-03-22 21:48 Dean Nelson
  2010-03-23 10:49 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Dean Nelson @ 2010-03-22 21:48 UTC (permalink / raw)
  To: lm-sensors

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>
Cc: <stable@kernel.org>

---

 drivers/hwmon/coretemp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index 2d7bcee..cb4290a 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;
 		}

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [lm-sensors] [PATCH] hwmon: (coretemp) Add missing newline to
  2010-03-22 21:48 [lm-sensors] [PATCH] hwmon: (coretemp) Add missing newline to Dean Nelson
@ 2010-03-23 10:49 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2010-03-23 10:49 UTC (permalink / raw)
  To: lm-sensors

On Mon, 22 Mar 2010 17:48:21 -0400, Dean Nelson wrote:
> 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>
> Cc: <stable@kernel.org>
> 
> ---
> 
>  drivers/hwmon/coretemp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
> index 2d7bcee..cb4290a 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;
>  		}

Applied, thanks.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-23 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-22 21:48 [lm-sensors] [PATCH] hwmon: (coretemp) Add missing newline to Dean Nelson
2010-03-23 10:49 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.