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:
Edward Lipinsky 2016-03-12 11:45:44 -08:00 committed by Greg Kroah-Hartman
parent 58493d8e40
commit 13c1cce614
1 changed files with 2 additions and 1 deletions

View File

@ -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);