diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-30 08:04:00 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-08-30 14:00:12 -0500 |
commit | d1bbf38aaf882240cccca414e5a48db42e105da7 (patch) | |
tree | 8e665b978187d83b17650ad6522722a287659ca3 /drivers/pci/vc.c | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) | |
download | blackbird-op-linux-d1bbf38aaf882240cccca414e5a48db42e105da7.tar.gz blackbird-op-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 'drivers/pci/vc.c')
-rw-r--r-- | drivers/pci/vc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/vc.c b/drivers/pci/vc.c index 5acd9c02683a..b39e854b80ec 100644 --- a/drivers/pci/vc.c +++ b/drivers/pci/vc.c @@ -409,7 +409,6 @@ void pci_restore_vc_state(struct pci_dev *dev) * For each type of VC capability, VC/VC9/MFVC, find the capability, size * it, and allocate a buffer for save/restore. */ - void pci_allocate_vc_save_buffers(struct pci_dev *dev) { int i; |