diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-01-09 14:14:42 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-04-13 11:17:15 -0500 |
commit | 74356addc0b32e891327bcb1e36d7f798f7b1c7d (patch) | |
tree | 1fb3ee1dd134f46d4adac1161a2679533862844e /drivers/pci/controller/pci-host-generic.c | |
parent | 35d0a06dad2220d62042fd1a91a216d17744e724 (diff) | |
download | linux-74356addc0b32e891327bcb1e36d7f798f7b1c7d.tar.bz2 |
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 <bhelgaas@google.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
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 |