Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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);