diff options
| author | 2021-10-06 23:38:27 +0000 | |
|---|---|---|
| committer | 2021-10-08 17:14:04 -0500 | |
| commit | b2105b9f39b57ac80fb909b7ae4da3d343af9f7d (patch) | |
| tree | 72d94d2844da1c83544e2408903d6859f7e98dc5 /drivers/pci/controller/pcie-iproc.c | |
| parent | PCI: Tidy comments (diff) | |
| download | linux-dev-b2105b9f39b57ac80fb909b7ae4da3d343af9f7d.tar.xz linux-dev-b2105b9f39b57ac80fb909b7ae4da3d343af9f7d.zip | |
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/pcie-iproc.c')
| -rw-r--r-- | drivers/pci/controller/pcie-iproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-iproc.c b/drivers/pci/controller/pcie-iproc.c index 30ac5fbefbbf..36b9d2c46cfa 100644 --- a/drivers/pci/controller/pcie-iproc.c +++ b/drivers/pci/controller/pcie-iproc.c @@ -249,7 +249,7 @@ enum iproc_pcie_reg { /* * To hold the address of the register where the MSI writes are - * programed. When ARM GICv3 ITS is used, this should be programmed + * programmed. When ARM GICv3 ITS is used, this should be programmed * with the address of the GITS_TRANSLATER register. */ IPROC_PCIE_MSI_ADDR_LO, |
