From: Ryan Desfosses Date: Sat, 19 Apr 2014 00:13:50 +0000 (-0400) Subject: PCI: Merge multi-line quoted strings X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227f06470502c4fea3d93df1f12a77e3e37f6263;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed