This patch inserts a missing blank line after variable declarations.

Signed-off-by: Fabian Wolff <fabian.wo...@fau.de>
Signed-off-by: Mate Horvath <horvatm...@gmail.com>
---
 drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c 
b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
index c8945da..0f446e7 100644
--- a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
+++ b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
@@ -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;
-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to