staging: rtl8192e: rejoin split quoted strings
authorJonathan Jin <jjin082693@gmail.com>
Tue, 16 Dec 2014 03:28:23 +0000 (21:28 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 22:02:57 +0000 (14:02 -0800)
commit6d6163c3bc35fc5ca4aa4e919c347df06d47372f
tree009fbe28b3ca769f8834c1a7e034377630a680b8
parent7aa36b4bc2e1a7bc9c014b5d171dc5d2264abc41
staging: rtl8192e: rejoin split quoted strings

Fix a checkpatch.pl warning regarding quoted string splits across lines.
While each join of these quoted strings results in a new checkpatch.pl
"lines over 80 characters" warning, the regained ability to grep for
these log strings in the codebase is, I would argue, well worth the
trade-off.

Signed-off-by: Jonathan Jin <jjin082693@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c