Commit deb37906 authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman
Browse files

staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()



Coding style change to correct the indentation of the function
ieee80211_softmac_new_net(). A large proportion of the function's if statements
were incorrectly indented.

Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4c8f063
Loading
Loading
Loading
Loading
+50 −51
Original line number Diff line number Diff line
@@ -1382,8 +1382,7 @@ inline void ieee80211_softmac_new_net(struct ieee80211_device *ieee, struct ieee
		    /* if the ap is not set, check that the user set the bssid
		     * and the network does broadcast and that those two bssid matches
		     */
			(!apset && ssidset && ssidbroad && ssidmatch)
			) {
		    (!apset && ssidset && ssidbroad && ssidmatch)) {
			/* if the essid is hidden replace it with the
			 * essid provided by the user.
			 */