diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 15:05:58 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-09 14:24:53 +0200 |
commit | f6b6aefee70aa5261deec7feab80c249bf58397f (patch) | |
tree | c568ccd62ca76ac245c3607cee5cbf0c4798ad87 /drivers/pci/pci-pf-stub.c | |
parent | Linux 5.2-rc1 (diff) | |
download | linux-f6b6aefee70aa5261deec7feab80c249bf58397f.tar.xz linux-f6b6aefee70aa5261deec7feab80c249bf58397f.zip |
PCI: Fix typos and whitespace errors
Fix typos in drivers/pci. Comment and whitespace changes only.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Diffstat (limited to 'drivers/pci/pci-pf-stub.c')
-rw-r--r-- | drivers/pci/pci-pf-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci-pf-stub.c b/drivers/pci/pci-pf-stub.c index 9795649fc6f9..ef293e735c55 100644 --- a/drivers/pci/pci-pf-stub.c +++ b/drivers/pci/pci-pf-stub.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* pci-pf-stub - simple stub driver for PCI SR-IOV PF device * - * This driver is meant to act as a "whitelist" for devices that provde + * This driver is meant to act as a "whitelist" for devices that provide * SR-IOV functionality while at the same time not actually needing a * driver of their own. */ |