From 845086076a138bb6dc971df9905504c7de33bcca Mon Sep 17 00:00:00 2001 From: Fabian Wolff Date: Tue, 13 Jun 2017 23:01:52 +0200 Subject: [PATCH] staging: rtl8723bs: wifi_regd.c: insert blank line after declarations This patch inserts a missing blank line after variable declarations. Signed-off-by: Fabian Wolff Signed-off-by: Mate Horvath Signed-off-by: Greg Kroah-Hartman --- 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 68890b4528b1..305e88a6b2ca 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.20.1