From: Luis de Bethencourt Date: Thu, 11 Dec 2014 00:22:01 +0000 (-0300) Subject: [media] staging: media: lirc: lirc_zilog.c: fix quoted strings split across lines X-Git-Tag: fixes-v4.0-rc1~147^2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221ca91220a9a9efe27cde2ae4ef16e7dd44db69;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed