projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288bba2
)
x86/ioapic: Remove a stray tab in the IO-APIC type string
author
Alan Song
<syfmark114@163.com>
Mon, 30 Dec 2024 06:57:06 +0000
(14:57 +0800)
committer
Borislav Petkov (AMD)
<bp@alien8.de>
Fri, 3 Jan 2025 15:02:29 +0000
(16:02 +0100)
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
arch/x86/kernel/apic/io_apic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/apic/io_apic.c
b/arch/x86/kernel/apic/io_apic.c
index 1029ea4ac8ba3d97ffdfa7a32e015bfac4f5d433..03062469e1af8b58e1ba50374aeed3bb95ed2237 100644
(file)
--- 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);
}
}