staging: rtl8821ae: Fix quoted string split across lines

Fix checkpatch.pl issues with quoted string split across lines in base.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gulsah Kose 2014-03-16 16:51:56 +02:00 committed by Greg Kroah-Hartman
parent c8baa8af8f
commit b22f136071
1 changed files with 1 additions and 2 deletions

View File

@ -1845,8 +1845,7 @@ struct rtl_global_var global_var = {};
int rtl_core_module_init(void)
{
if (rtl_rate_control_register())
printk(KERN_DEBUG "rtl: Unable to register rtl_rc,"
"use default RC !!\n");
printk(KERN_DEBUG "rtl: Unable to register rtl_rc, use default RC !!\n");
/* add proc for debug */
rtl_proc_add_topdir();