]> git.karo-electronics.de Git - linux-beck.git/commit
staging: line6: fix quoted string across lines in midibuf.c
authorStefan Hajnoczi <stefanha@gmail.com>
Sun, 11 Nov 2012 12:24:40 +0000 (13:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 21:17:40 +0000 (13:17 -0800)
commitb3a24fc4e2ded4f28d5f4c69ea01fea721608658
tree4d8d37ae313cf5216720dc5ce657560799e5dcca
parenta71cac2a4c502b2ef6715b1576681834f9dbe693
staging: line6: fix quoted string across lines in midibuf.c

Checkpatch warns when quoted strings are split across lines.  The
rationale is that quoted strings should be left on a single line so that
grep works.  (The 80 character line limit does not apply to quoted
strings.)

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/midibuf.c