Skip to content

Commit 0094014

Browse files
Alan Songbp3tk0v
authored andcommitted
x86/ioapic: Remove a stray tab in the IO-APIC type string
The type "physic al" should be "physical". [ bp: Massage commit message. ] Fixes: 54cd379 ("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
1 parent 288bba2 commit 0094014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/apic/io_apic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ static void io_apic_print_entries(unsigned int apic, unsigned int nr_entries)
11651165
(entry.ir_index_15 << 15) | entry.ir_index_0_14, entry.ir_zero);
11661166
} else {
11671167
apic_dbg("%s, %s, D(%02X%02X), M(%1d)\n", buf,
1168-
entry.dest_mode_logical ? "logical " : "physic al",
1168+
entry.dest_mode_logical ? "logical " : "physical",
11691169
entry.virt_destid_8_14, entry.destid_0_7, entry.delivery_mode);
11701170
}
11711171
}

0 commit comments

Comments
 (0)