diff options
| author | Bjorn Helgaas <[email protected]> | 2019-01-09 20:14:42 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2019-04-13 16:17:15 +0000 |
| commit | 74356addc0b32e891327bcb1e36d7f798f7b1c7d (patch) | |
| tree | 1fb3ee1dd134f46d4adac1161a2679533862844e /drivers/pci/controller/pci-host-generic.c | |
| parent | PCI: Cleanup register definition width and whitespace (diff) | |
| download | kernel-74356addc0b32e891327bcb1e36d7f798f7b1c7d.tar.gz kernel-74356addc0b32e891327bcb1e36d7f798f7b1c7d.zip | |
PCI: Fix comment typos
Fix spelling errors and format function comments consistently. Changes
whitespace and comments only; no functional change intended.
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Diffstat (limited to 'drivers/pci/controller/pci-host-generic.c')
| -rw-r--r-- | drivers/pci/controller/pci-host-generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pci-host-generic.c b/drivers/pci/controller/pci-host-generic.c index dea3ec7592a2..75a2fb930d4b 100644 --- a/drivers/pci/controller/pci-host-generic.c +++ b/drivers/pci/controller/pci-host-generic.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Simple, generic PCI host controller driver targetting firmware-initialised + * Simple, generic PCI host controller driver targeting firmware-initialised * systems and virtual machines (e.g. the PCI emulation provided by kvmtool). * * Copyright (C) 2014 ARM Limited |
