aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorFabian Wolff <fabian.wolff@fau.de>2017-06-13 23:01:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-14 12:26:42 +0200
commit2b385530ce3aabbca7887de3aa6e137da4631f1b (patch)
treee5cb4acf947de60b64b76da74bace73fc45375c5 /drivers/staging/rtl8723bs
parentstaging: rtl8723bs: wifi_regd.c: remove superfluous spaces from pointer arguments (diff)
downloadlinux-dev-2b385530ce3aabbca7887de3aa6e137da4631f1b.tar.xz
linux-dev-2b385530ce3aabbca7887de3aa6e137da4631f1b.zip
staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesis
This patch adjusts the alignment of several lines to match their respective opening parenthesis. Signed-off-by: Fabian Wolff <fabian.wolff@fau.de> Signed-off-by: Mate Horvath <horvatmate@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/os_dep/wifi_regd.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
index 6c8d4750dfab..68890b4528b1 100644
--- a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
+++ b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
@@ -122,10 +122,11 @@ static const struct ieee80211_regdomain *_rtw_regdomain_select(struct
}
static void _rtw_regd_init_wiphy(struct rtw_regulatory *reg,
- struct wiphy *wiphy,
- void (*reg_notifier)(struct wiphy *wiphy,
- struct regulatory_request *
- request))
+ struct wiphy *wiphy,
+ void (*reg_notifier)(struct wiphy *wiphy,
+ struct
+ regulatory_request *
+ request))
{
const struct ieee80211_regdomain *regd;