diff options
author | Krzysztof Wilczyński <kw@linux.com> | 2021-10-07 01:38:27 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-10-09 00:14:04 +0200 |
commit | b2105b9f39b57ac80fb909b7ae4da3d343af9f7d (patch) | |
tree | 72d94d2844da1c83544e2408903d6859f7e98dc5 /drivers/pci/pcie | |
parent | PCI: Tidy comments (diff) | |
download | linux-b2105b9f39b57ac80fb909b7ae4da3d343af9f7d.tar.xz linux-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/pcie')
-rw-r--r-- | drivers/pci/pcie/aer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/aer.c b/drivers/pci/pcie/aer.c index 9784fdcf3006..9fa1f97e5b27 100644 --- a/drivers/pci/pcie/aer.c +++ b/drivers/pci/pcie/aer.c @@ -57,7 +57,7 @@ struct aer_stats { * "as seen by this device". Note that this may mean that if an * end point is causing problems, the AER counters may increment * at its link partner (e.g. root port) because the errors will be - * "seen" by the link partner and not the the problematic end point + * "seen" by the link partner and not the problematic end point * itself (which may report all counters as 0 as it never saw any * problems). */ |