• Jin Dongming's avatar
    therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal' · 592091c0
    Jin Dongming authored
    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: default avatarJin Dongming <jin.dongming@np.css.fujitsu.com>
    Reviewed-by: default avatarJean Delvare <khali@linux-fr.org>
    Cc: Brown Len <len.brown@intel.com>
    Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
    Cc: Fenghua Yu <fenghua.yu@intel.com>
    LKML-Reference: <4C7C492D.5020704@np.css.fujitsu.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    592091c0
therm_throt.c 13.2 KB