mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Fix line longer than 80 columns.
This patch fixes the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Edward Lipinsky <ellipinsky@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
58493d8e40
commit
13c1cce614
|
@ -1719,7 +1719,8 @@ void stop_ap_mode23a(struct rtw_adapter *padapter)
|
|||
}
|
||||
spin_unlock_bh(&pacl_node_q->lock);
|
||||
|
||||
DBG_8723A("%s, free acl_node_queue, num =%d\n", __func__, pacl_list->num);
|
||||
DBG_8723A("%s, free acl_node_queue, num =%d\n",
|
||||
__func__, pacl_list->num);
|
||||
|
||||
rtw_sta_flush23a(padapter);
|
||||
|
||||
|
|
Loading…
Reference in New Issue