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:
parent
c8baa8af8f
commit
b22f136071
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue