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)
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>

No differences found