aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
diff options
context:
space:
mode:
authorGravatar Adrian Huang <ahuang12@lenovo.com> 2023-11-23 12:13:37 +0800
committerGravatar Ingo Molnar <mingo@kernel.org> 2023-11-23 11:00:24 +0100
commit5e1c8a47fc6ec6251ddd126f4245279fc072f1c0 (patch)
treedbfef0b5b86580e3fa50268a90e518ea50e36fed /arch/x86/kernel/apic
parentx86/apic: Drop struct local_apic (diff)
downloadlinux-5e1c8a47fc6ec6251ddd126f4245279fc072f1c0.tar.gz
linux-5e1c8a47fc6ec6251ddd126f4245279fc072f1c0.tar.bz2
linux-5e1c8a47fc6ec6251ddd126f4245279fc072f1c0.zip
x86/ioapic: Remove unfinished sentence from comment
[ mingo: Refine changelog. ] Signed-off-by: Adrian Huang <ahuang12@lenovo.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/x86/kernel/apic')
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 00da6cf6b07d..40c7cf180c20 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -997,7 +997,7 @@ static int alloc_isa_irq_from_domain(struct irq_domain *domain,
/*
* Legacy ISA IRQ has already been allocated, just add pin to
* the pin list associated with this IRQ and program the IOAPIC
- * entry. The IOAPIC entry
+ * entry.
*/
if (irq_data && irq_data->parent_data) {
if (!mp_check_pin_attr(irq, info))