staging: rtl8723bs: wifi_regd.c: insert blank line after declarations
authorFabian Wolff <fabian.wolff@fau.de>
Tue, 13 Jun 2017 21:01:52 +0000 (23:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2017 10:26:42 +0000 (12:26 +0200)
This patch inserts a missing blank line after variable declarations.

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 68890b4528b16a4bb54d0cfa57427b6704e6e712..305e88a6b2ca2cf4e4155dad0e7dd7c7f869b51b 100644 (file)
@@ -148,6 +148,7 @@ int rtw_regd_init(struct adapter *padapter,
                                       struct regulatory_request *request))
 {
        struct wiphy *wiphy = padapter->rtw_wdev->wiphy;
+
        _rtw_regd_init_wiphy(NULL, wiphy, reg_notifier);
 
        return 0;