staging: rtl8723bs: wifi_regd.c: fix checkpatch.pl warning 'Statements should start on a tabstop'

This patch fixes the checkpatch.pl warning 'Statements should start on
a tabstop' by reformatting the affected lines.

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:
Fabian Wolff 2017-06-12 12:46:11 +02:00 committed by Greg Kroah-Hartman
parent 73905f2a70
commit dae24da62d
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ static const struct ieee80211_regdomain rtw_regdom_rd = {
.n_reg_rules = 3,
.alpha2 = "99",
.reg_rules = {
RTW_2GHZ_CH01_11,
RTW_2GHZ_CH12_13,
}
RTW_2GHZ_CH01_11,
RTW_2GHZ_CH12_13,
}
};
static int rtw_ieee80211_channel_to_frequency(int chan, int band)