staging: rtl8723bs: wifi_regd.c: fix checkpatch.pl warning 'Statements should start...
authorFabian Wolff <fabian.wolff@fau.de>
Mon, 12 Jun 2017 10:46:11 +0000 (12:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 12:59:30 +0000 (14:59 +0200)
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>
drivers/staging/rtl8723bs/os_dep/wifi_regd.c

index 9c61125f591073059b316e9e8dedd2ea852b1cf1..6fbc935b08ca8ac08d99cbc29a8c45acfd605ad6 100644 (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)