From: Stefan Hajnoczi Date: Sun, 11 Nov 2012 12:24:40 +0000 (+0100) Subject: staging: line6: fix quoted string across lines in midibuf.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~457 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a24fc4e2ded4f28d5f4c69ea01fea721608658;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed