diff options
author | Krzysztof Wilczyński <kw@linux.com> | 2021-10-07 02:38:27 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-10-09 01:14:04 +0300 |
commit | b2105b9f39b57ac80fb909b7ae4da3d343af9f7d (patch) | |
tree | 72d94d2844da1c83544e2408903d6859f7e98dc5 /drivers/pci/controller/pci-xgene-msi.c | |
parent | 9a0a1417d3bb91dba9f95fef9771954ff72ede19 (diff) | |
download | linux-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.c | 2 |
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); |