mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
x86/ioapic: Remove a stray tab in the IO-APIC type string
The type "physic al" should be "physical".
[ bp: Massage commit message. ]
Fixes: 54cd3795b4 ("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
This commit is contained in:
committed by
Borislav Petkov (AMD)
parent
288bba2f4c
commit
0094014be0
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user