Re: [PATCH] iommu/vt-d: fix typo in comment
Will Deacon <[email protected]>
| Newsgroups | dev.linux.lists.iommu |
|---|---|
| Message-ID | <amE5FKH5dpVE8MHE@willie-the-truck> |
On Tue, Jul 14, 2026 at 11:24:22AM +0800, weimin xiong wrote: > From: xiongweimin <[email protected]> > > Correct "assocaition" to "association". > > Signed-off-by: xiongweimin <[email protected]> > --- > drivers/iommu/intel/irq_remapping.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iommu/intel/irq_remapping.c b/drivers/iommu/intel/irq_remapping.c > index 25c26f706..cc2eca08a 100644 > --- a/drivers/iommu/intel/irq_remapping.c > +++ b/drivers/iommu/intel/irq_remapping.c > @@ -953,7 +953,7 @@ static void ir_remove_ioapic_hpet_scope(struct intel_iommu *iommu) > } > > /* > - * Finds the assocaition between IOAPIC's and its Interrupt-remapping > + * Finds the association between IOAPIC's and its Interrupt-remapping > * hardware unit. This comment still doesn't make sense, though. Why is it "IOAPIC's"? Will