[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241230065706.16789-1-syfmark114@163.com>
Date: Mon, 30 Dec 2024 14:57:06 +0800
From: Alan Song <syfmark114@....com>
To: tglx@...utronix.de,
mingo@...hat.com,
bp@...en8.de,
dave.hansen@...ux.intel.com,
hpa@...or.com,
sfr@...b.auug.org.au,
syfmark114@....com
Cc: linux-kernel@...r.kernel.org,
x86@...nel.org
Subject: [PATCH] x86/ioapic: fix the type mistake in io_apic_print_entries
the type "physic al" should be "physical"
Fixes: 54cd3795b471 ("x86/ioapic: Cleanup guarded debug printk()s")
Signed-off-by: Alan Song <syfmark114@....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 1029ea4ac..03062469e 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);
}
}
--
2.34.1
Powered by blists - more mailing lists