PCI: Merge multi-line quoted strings
authorRyan Desfosses <ryan@desfo.org>
Sat, 19 Apr 2014 00:13:50 +0000 (20:13 -0400)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 11 Jun 2014 02:20:42 +0000 (20:20 -0600)
commit227f06470502c4fea3d93df1f12a77e3e37f6263
tree817a80fa89d17305a47a3e4e4012d36ae6cac36c
parent3c78bc61f5ef3bc87e7f94f67ec737d2273f120b
PCI: Merge multi-line quoted strings

Merge quoted strings that are broken across lines into a single entity.
The compiler merges them anyway, but checkpatch complains about it, and
merging them makes it easier to grep for strings.

No functional change.

[bhelgaas: changelog, do the same for everything under drivers/pci]
Signed-off-by: Ryan Desfosses <ryan@desfo.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
28 files changed:
drivers/pci/access.c
drivers/pci/host/pcie-rcar.c
drivers/pci/hotplug/acpiphp_glue.c
drivers/pci/hotplug/cpqphp_core.c
drivers/pci/hotplug/ibmphp_core.c
drivers/pci/hotplug/ibmphp_pci.c
drivers/pci/hotplug/ibmphp_res.c
drivers/pci/hotplug/pci_hotplug_core.c
drivers/pci/hotplug/pciehp_core.c
drivers/pci/hotplug/pciehp_ctrl.c
drivers/pci/hotplug/pciehp_hpc.c
drivers/pci/hotplug/pciehp_pci.c
drivers/pci/hotplug/sgi_hotplug.c
drivers/pci/hotplug/shpchp_core.c
drivers/pci/hotplug/shpchp_ctrl.c
drivers/pci/hotplug/shpchp_hpc.c
drivers/pci/hotplug/shpchp_pci.c
drivers/pci/msi.c
drivers/pci/pci-sysfs.c
drivers/pci/pci.c
drivers/pci/pcie/aer/aer_inject.c
drivers/pci/pcie/aer/aerdrv_errprint.c
drivers/pci/pcie/pme.c
drivers/pci/pcie/portdrv_pci.c
drivers/pci/probe.c
drivers/pci/quirks.c
drivers/pci/setup-bus.c
drivers/pci/setup-res.c
This page took 0.02712 seconds and 5 git commands to generate.