[media] staging: media: lirc: lirc_zilog.c: fix quoted strings split across lines
authorLuis de Bethencourt <luis@debethencourt.com>
Thu, 11 Dec 2014 00:22:01 +0000 (21:22 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Dec 2014 17:28:08 +0000 (15:28 -0200)
checkpatch makes an exception to the 80-colum rule for quotes strings, and
Documentation/CodingStyle recommends not splitting quotes strings across lines
because it breaks the ability to grep for the string. Fixing these.

WARNING: quoted string split across lines

Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/lirc/lirc_zilog.c