staging:usbip:stub_rx.c: Remove warning quoted string split across lines
authorHimangi Saraogi <himangi774@gmail.com>
Sat, 2 Nov 2013 12:01:22 +0000 (17:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:51:53 +0000 (11:51 -0800)
commit5fb4471ef3363bb512ad1a97292e9a321c065eac
tree3be6b2570826db12a1f00101d0734a87c334b98c
parentb21199116a0ed9a27326b0cb85b1cdcc3997b879
staging:usbip:stub_rx.c: Remove warning quoted string split across lines

This patch removes the checkpatch.pl warnings "quoted string split
across lines" in stub_rx.c by merging the quoted strings and the
ensuring that the lines are not more than 80 characters long.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/stub_rx.c