aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-07-30 08:04:00 -0500
committerBjorn Helgaas <bhelgaas@google.com>2019-08-30 14:00:12 -0500
commitd1bbf38aaf882240cccca414e5a48db42e105da7 (patch)
tree8e665b978187d83b17650ad6522722a287659ca3 /include/linux/pci.h
parentLinus 5.3-rc1 (diff)
downloadwireguard-linux-d1bbf38aaf882240cccca414e5a48db42e105da7.tar.xz
wireguard-linux-d1bbf38aaf882240cccca414e5a48db42e105da7.zip
PCI: Fix typos and whitespace errors
Fix typos in drivers/pci. Comment and whitespace changes only. Link: https://lore.kernel.org/r/20190819115306.27338-1-kw@linux.com Signed-off-by: Krzysztof Wilczynski <kw@linux.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> # armada8k
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 9e700d9f9f28..c133579c01fa 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -969,7 +969,7 @@ resource_size_t pcibios_align_resource(void *, const struct resource *,
resource_size_t,
resource_size_t);
-/* Weak but can be overriden by arch */
+/* Weak but can be overridden by arch */
void pci_fixup_cardbus(struct pci_bus *);
/* Generic PCI functions used internally */
@@ -1801,7 +1801,7 @@ static inline int pci_ats_page_aligned(struct pci_dev *dev) { return 0; }
#include <asm/pci.h>
-/* These two functions provide almost identical functionality. Depennding
+/* These two functions provide almost identical functionality. Depending
* on the architecture, one will be implemented as a wrapper around the
* other (in drivers/pci/mmap.c).
*