Commit 13c1cce6 authored by Edward Lipinsky's avatar Edward Lipinsky Committed by Greg Kroah-Hartman

staging: rtl8723au: Fix line longer than 80 columns.

This patch fixes the checkpatch.pl warning:

WARNING: line over 80 characters
Signed-off-by: default avatarEdward Lipinsky <ellipinsky@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 58493d8e
...@@ -1719,7 +1719,8 @@ void stop_ap_mode23a(struct rtw_adapter *padapter) ...@@ -1719,7 +1719,8 @@ void stop_ap_mode23a(struct rtw_adapter *padapter)
} }
spin_unlock_bh(&pacl_node_q->lock); 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); rtw_sta_flush23a(padapter);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment