Skip to content

Commit

Permalink
x86/ioapic: Remove a stray tab in the IO-APIC type string
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alan Song authored and Borislav Petkov (AMD) committed Jan 3, 2025
1 parent 288bba2 commit 0094014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
@@ -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);
}
}

0 comments on commit 0094014

Please sign in to comment.