public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch-next]therm_throt.c: Trival fix for a unsuitable abbreviation of thermal.
@ 2010-08-30  7:52 Jin Dongming
  2010-08-30  7:57 ` [lm-sensors] " Jean Delvare
  0 siblings, 1 reply; 8+ messages in thread
From: Jin Dongming @ 2010-08-30  7:52 UTC (permalink / raw)
  To: Fenghua Yu
  Cc: Brown, Len, lm-sensors@lm-sensors.org, H. Peter Anvin,
	mingo Redhat, Thomas Gleixner, Hidetoshi Seto, LKLM

In unexpected_thermal_interrupt(), "LVT TMR interrupt" is used
in error message.

I don't think TMR is a suitable abbreviation for thermal.
  1.TMR has been used in IA32 Architectures Software Developer's
    Manual, and is the abbreviation for Trigger Mode Register.
  2.There is not an standard abbreviation "TMR" defined for thermal
    in IA32 Architectures Software Developer's Manual.
  3.Though we could understand it as Thermal Monitor Register, it is
    easy to be misunderstood as a *TIMER* interrupt also.

I think this patch will fix it.

Signed-off-by: Jin Dongming <jin.dongming@np.css.fujitsu.com>
---
 arch/x86/kernel/cpu/mcheck/therm_throt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/mcheck/therm_throt.c b/arch/x86/kernel/cpu/mcheck/therm_throt.c
index d9368ee..2f9f468 100644
--- a/arch/x86/kernel/cpu/mcheck/therm_throt.c
+++ b/arch/x86/kernel/cpu/mcheck/therm_throt.c
@@ -349,7 +349,7 @@ static void intel_thermal_interrupt(void)
 
 static void unexpected_thermal_interrupt(void)
 {
-	printk(KERN_ERR "CPU%d: Unexpected LVT TMR interrupt!\n",
+	printk(KERN_ERR "CPU%d: Unexpected LVT Thermal Interrupt!\n",
 			smp_processor_id());
 	add_taint(TAINT_MACHINE_CHECK);
 }
-- 
1.7.1.1




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

end of thread, other threads:[~2010-09-05 18:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30  7:52 [Patch-next]therm_throt.c: Trival fix for a unsuitable abbreviation of thermal Jin Dongming
2010-08-30  7:57 ` [lm-sensors] " Jean Delvare
2010-08-31  0:13   ` [Patch-next -v2]therm_throt.c: " Jin Dongming
2010-08-31  6:56     ` Jean Delvare
2010-08-31 17:30       ` Fenghua Yu
2010-09-05 13:06     ` [tip:x86/debug] therm_throt.c: Trival printk message fix for a unsuitable abbreviation of 'thermal' tip-bot for Jin Dongming
2010-09-05 16:59       ` Jean Delvare
2010-09-05 18:30     ` [tip:x86/debug] therm_throt.c: Trivial " tip-bot for Jin Dongming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox