staging: rtl8192ee: clean up function header formatting
authorCatalina Mocanu <catalina.mocanu@gmail.com>
Sat, 27 Sep 2014 20:03:15 +0000 (13:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 02:35:10 +0000 (22:35 -0400)
Reformatted function header to silence the following checkpatch.pl error:
ERROR: code indent should use tabs where possible

Signed-off-by: Catalina Mocanu <catalina.mocanu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192ee/regd.c

index b47e4d5..6b44f9b 100644 (file)
@@ -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;