mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
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:
committed by
Greg Kroah-Hartman
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();
|
||||
|
||||
Reference in New Issue
Block a user