[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <173591714390.399.11329319430157889408.tip-bot2@tip-bot2>
Date: Fri, 03 Jan 2025 15:12:23 -0000
From: "tip-bot2 for Alan Song" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Alan Song <syfmark114@....com>, "Borislav Petkov (AMD)" <bp@...en8.de>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject:
[tip: x86/cleanups] x86/ioapic: Remove a stray tab in the IO-APIC type string
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: 0094014be0cd75273ef7f2934c17fb8cffd4db6e
Gitweb: https://git.kernel.org/tip/0094014be0cd75273ef7f2934c17fb8cffd4db6e
Author: Alan Song <syfmark114@....com>
AuthorDate: Mon, 30 Dec 2024 14:57:06 +08:00
Committer: Borislav Petkov (AMD) <bp@...en8.de>
CommitterDate: Fri, 03 Jan 2025 16:02:29 +01: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: 54cd3795b471 ("x86/ioapic: Cleanup guarded debug printk()s")
Signed-off-by: Alan Song <syfmark114@....com>
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
Link: https://lore.kernel.org/r/20241230065706.16789-1-syfmark114@163.com
---
arch/x86/kernel/apic/io_apic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 1029ea4..0306246 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);
}
}
Powered by blists - more mailing lists