]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/irq: Add missing 's' back to thermal event printout
authorThomas Gleixner <tglx@kernel.org>
Sat, 13 Jun 2026 13:31:03 +0000 (15:31 +0200)
committerThomas Gleixner <tglx@kernel.org>
Sat, 13 Jun 2026 13:47:59 +0000 (15:47 +0200)
commit8f727615134abc6382f0ea07b90270d7bdde578f
treedd34a2d13795cf059ad7c043af4651765bfea4dd
parent171cc0d9eed1cad5de7ce6a212efbeda390edb0f
x86/irq: Add missing 's' back to thermal event printout

The /proc/interrupt handling rework dropped a 's' in the thermal event
printout, which breaks the thermal test in the Intel LKVS suite.

Bring the important letter back.

Fixes: 2b57c69917ee ("x86/irq: Make irqstats array based")
Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Closes: https://lore.kernel.org/oe-lkp/202606121325.97b29701-lkp@intel.com
arch/x86/kernel/irq.c