diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-03-09 16:36:33 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-03-19 14:20:43 -0500 |
commit | df62ab5e0f75608919df7442654b0fab78246b7b (patch) | |
tree | 1128a278016ce4ceba2c662ada999d26f9014109 /drivers/pci/iov.c | |
parent | 3133e6dd07ed4b21a19ccdbbe4f033a2e4e9aad3 (diff) | |
download | blackbird-op-linux-df62ab5e0f75608919df7442654b0fab78246b7b.tar.gz blackbird-op-linux-df62ab5e0f75608919df7442654b0fab78246b7b.zip |
PCI: Tidy comments
Remove pointless comments that tell us the file name, remove blank line
comments, follow multi-line comment conventions. No functional change
intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/iov.c')
-rw-r--r-- | drivers/pci/iov.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 677924ae0350..538de9057c23 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c @@ -1,12 +1,10 @@ // SPDX-License-Identifier: GPL-2.0 /* - * drivers/pci/iov.c - * - * Copyright (C) 2009 Intel Corporation, Yu Zhao <yu.zhao@intel.com> - * - * PCI Express I/O Virtualization (IOV) support. + * PCI Express I/O Virtualization (IOV) support * Single Root IOV 1.0 * Address Translation Service 1.0 + * + * Copyright (C) 2009 Intel Corporation, Yu Zhao <yu.zhao@intel.com> */ #include <linux/pci.h> |