diff options
| author | Catalina Mocanu <[email protected]> | 2014-09-27 13:03:15 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-09-28 22:35:10 -0400 |
| commit | be075eb6ffdca8aedbfef3f8867e330e5ee5f534 (patch) | |
| tree | 0c22b58786cdb061b83bc3bf2151ef2d5209ffc1 | |
| parent | 1cc3cacf10a6a1d430e9ed2cc0fed4a0b52bdf97 (diff) | |
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: Catalina Mocanu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/rtl8192ee/regd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/rtl8192ee/regd.c b/drivers/staging/rtl8192ee/regd.c index b47e4d514571..6b44f9bde554 100644 --- a/drivers/staging/rtl8192ee/regd.c +++ b/drivers/staging/rtl8192ee/regd.c @@ -359,11 +359,11 @@ static const struct ieee80211_regdomain *_rtl_regdomain_select( } } -static int _rtl92e_regd_init_wiphy(struct rtl_regulatory *reg, - struct wiphy *wiphy, - void (*reg_notifier)(struct wiphy *wiphy, - struct regulatory_request * - request)) +static int +_rtl92e_regd_init_wiphy(struct rtl_regulatory *reg, + struct wiphy *wiphy, + void (*reg_notifier)(struct wiphy *wiphy, + struct regulatory_request *req)) { const struct ieee80211_regdomain *regd; |