From be075eb6ffdca8aedbfef3f8867e330e5ee5f534 Mon Sep 17 00:00:00 2001 From: Catalina Mocanu Date: Sat, 27 Sep 2014 13:03:15 -0700 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192ee/regd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8192ee/regd.c b/drivers/staging/rtl8192ee/regd.c index b47e4d5..6b44f9b 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; -- 2.7.4