summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-xgene-msi.c
diff options
context:
space:
mode:
authorKrzysztof Wilczyński <kw@linux.com>2021-10-07 02:38:27 +0300
committerBjorn Helgaas <bhelgaas@google.com>2021-10-09 01:14:04 +0300
commitb2105b9f39b57ac80fb909b7ae4da3d343af9f7d (patch)
tree72d94d2844da1c83544e2408903d6859f7e98dc5 /drivers/pci/controller/pci-xgene-msi.c
parent9a0a1417d3bb91dba9f95fef9771954ff72ede19 (diff)
downloadlinux-b2105b9f39b57ac80fb909b7ae4da3d343af9f7d.tar.xz
PCI: Correct misspelled and remove duplicated words
Correct a number of misspelled words and remove any words that were duplicated in the PCI tree. No change to functionality intended. Link: https://lore.kernel.org/r/20211006233827.147328-1-kw@linux.com Signed-off-by: Krzysztof Wilczyński <kw@linux.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/controller/pci-xgene-msi.c')
-rw-r--r--drivers/pci/controller/pci-xgene-msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pci-xgene-msi.c b/drivers/pci/controller/pci-xgene-msi.c
index b7a8e062fcc5..c50ff279903c 100644
--- a/drivers/pci/controller/pci-xgene-msi.c
+++ b/drivers/pci/controller/pci-xgene-msi.c
@@ -302,7 +302,7 @@ static void xgene_msi_isr(struct irq_desc *desc)
/*
* MSIINTn (n is 0..F) indicates if there is a pending MSI interrupt
- * If bit x of this register is set (x is 0..7), one or more interupts
+ * If bit x of this register is set (x is 0..7), one or more interrupts
* corresponding to MSInIRx is set.
*/
grp_select = xgene_msi_int_read(xgene_msi, msi_grp);