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>
This commit is contained in:
parent
4276cfd3e2
commit
2b385530ce
|
@ -124,7 +124,8 @@ static const struct ieee80211_regdomain *_rtw_regdomain_select(struct
|
||||||
static void _rtw_regd_init_wiphy(struct rtw_regulatory *reg,
|
static void _rtw_regd_init_wiphy(struct rtw_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 *
|
||||||
request))
|
request))
|
||||||
{
|
{
|
||||||
const struct ieee80211_regdomain *regd;
|
const struct ieee80211_regdomain *regd;
|
||||||
|
|
Loading…
Reference in New Issue