Commit b06106d1 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: rtw_sta_mgt.c: Fix some formatting badness

parent 14659677
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -386,7 +386,9 @@ void rtw_free_all_stainfo23a(struct rtw_adapter *padapter)
	struct sta_info *psta;
	struct sta_priv *pstapriv = &padapter->stapriv;
	struct sta_info* pbcmc_stainfo = rtw_get_bcmc_stainfo23a(padapter);
	s32	index;	if (pstapriv->asoc_sta_count == 1)
	s32 index;

	if (pstapriv->asoc_sta_count == 1)
		return;

	spin_lock_bh(&pstapriv->sta_hash_lock);