aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/mmap.c
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2019-05-30 13:05:58 +0000
committerBjorn Helgaas <[email protected]>2019-07-09 12:24:53 +0000
commitf6b6aefee70aa5261deec7feab80c249bf58397f (patch)
treec568ccd62ca76ac245c3607cee5cbf0c4798ad87 /drivers/pci/mmap.c
parentLinux 5.2-rc1 (diff)
downloadkernel-f6b6aefee70aa5261deec7feab80c249bf58397f.tar.gz
kernel-f6b6aefee70aa5261deec7feab80c249bf58397f.zip
PCI: Fix typos and whitespace errors
Fix typos in drivers/pci. Comment and whitespace changes only. Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Rafael J. Wysocki <[email protected]> Reviewed-by: Randy Dunlap <[email protected]>
Diffstat (limited to 'drivers/pci/mmap.c')
-rw-r--r--drivers/pci/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/mmap.c b/drivers/pci/mmap.c
index 24505b08de40..b8c9011987f4 100644
--- a/drivers/pci/mmap.c
+++ b/drivers/pci/mmap.c
@@ -73,7 +73,7 @@ int pci_mmap_resource_range(struct pci_dev *pdev, int bar,
#elif defined(HAVE_PCI_MMAP) /* && !ARCH_GENERIC_PCI_MMAP_RESOURCE */
/*
- * Legacy setup: Impement pci_mmap_resource_range() as a wrapper around
+ * Legacy setup: Implement pci_mmap_resource_range() as a wrapper around
* the architecture's pci_mmap_page_range(), converting to "user visible"
* addresses as necessary.
*/