]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/staging/media/lirc/lirc_zilog.c
[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)
commit221ca91220a9a9efe27cde2ae4ef16e7dd44db69
tree1fb00fc96705ce0771c367482fb6348eb2eb4430
parentcb9564e133f4f790920d715714790512085bb2e3
[media] staging: media: lirc: lirc_zilog.c: fix quoted strings split across lines

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