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

Commit ecdca554 authored by Faris de Haan's avatar Faris de Haan Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8188eu: checkpatch.pl warnings removed



Fixed some of the coding style issues reported by checkpatch.pl

Signed-off-by: default avatarFaris de Haan <farisdehaan@gmail.com>
Acked-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 51f085a3
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -267,10 +267,9 @@ _func_enter_;

		rtw_mfree_sta_priv_lock(pstapriv);

		if (pstapriv->pallocated_stainfo_buf) {
		if (pstapriv->pallocated_stainfo_buf)
			rtw_vmfree(pstapriv->pallocated_stainfo_buf, sizeof(struct sta_info)*NUM_STA+4);
	}
	}

_func_exit_;
	return _SUCCESS;