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

Commit be075eb6 authored by Catalina Mocanu's avatar Catalina Mocanu Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192ee: clean up function header formatting



Reformatted function header to silence the following checkpatch.pl error:
ERROR: code indent should use tabs where possible

Signed-off-by: default avatarCatalina Mocanu <catalina.mocanu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1cc3cacf
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -359,11 +359,11 @@ static const struct ieee80211_regdomain *_rtl_regdomain_select(
	}
	}
}
}


static int _rtl92e_regd_init_wiphy(struct rtl_regulatory *reg,
static int
_rtl92e_regd_init_wiphy(struct rtl_regulatory *reg,
			struct wiphy *wiphy,
			struct wiphy *wiphy,
			void (*reg_notifier)(struct wiphy *wiphy,
			void (*reg_notifier)(struct wiphy *wiphy,
						        struct regulatory_request *
					     struct regulatory_request *req))
						        request))
{
{
	const struct ieee80211_regdomain *regd;
	const struct ieee80211_regdomain *regd;