staging: vchiq_arm: fix quoted strings split across lines
authorGaston Gonzalez <gascoar@gmail.com>
Sun, 19 Sep 2021 21:59:12 +0000 (18:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Sep 2021 15:29:20 +0000 (17:29 +0200)
commit851d48d3c6e295054e02d4e05b2d567081b64f6b
tree168c95f88b9b7cd9d1d14512f2fd8f6091e58da8
parent376bc13aaf2ca354ed380924a6e42d065cb213c9
staging: vchiq_arm: fix quoted strings split across lines

Quoted strings should not be split across lines. As put it in
Documentation/process/coding-style.rst: "never break user-visible
strings such as printk messages because that breaks the ability to grep
for them."

Reported by checkpatch.pl

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20210919215914.539805-6-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c