aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAlan Song <syfmark114@163.com>2024-12-30 14:57:06 +0800
committerBorislav Petkov (AMD) <bp@alien8.de>2025-01-03 16:02:29 +0100
commit0094014be0cd75273ef7f2934c17fb8cffd4db6e (patch)
tree619cd32d88cc7a8ba214b9edf705b8ca118b2578
parentx86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leaf (diff)
downloadwireguard-linux-0094014be0cd75273ef7f2934c17fb8cffd4db6e.tar.xz
wireguard-linux-0094014be0cd75273ef7f2934c17fb8cffd4db6e.zip
x86/ioapic: Remove a stray tab in the IO-APIC type string
The type "physic al" should be "physical". [ bp: Massage commit message. ] Fixes: 54cd3795b471 ("x86/ioapic: Cleanup guarded debug printk()s") Signed-off-by: Alan Song <syfmark114@163.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20241230065706.16789-1-syfmark114@163.com
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 1029ea4ac8ba..03062469e1af 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -1165,7 +1165,7 @@ static void io_apic_print_entries(unsigned int apic, unsigned int nr_entries)
(entry.ir_index_15 << 15) | entry.ir_index_0_14, entry.ir_zero);
} else {
apic_dbg("%s, %s, D(%02X%02X), M(%1d)\n", buf,
- entry.dest_mode_logical ? "logical " : "physic al",
+ entry.dest_mode_logical ? "logical " : "physical",
entry.virt_destid_8_14, entry.destid_0_7, entry.delivery_mode);
}
}