From: Fabian Wolff Date: Tue, 13 Jun 2017 21:01:52 +0000 (+0200) Subject: staging: rtl8723bs: wifi_regd.c: insert blank line after declarations X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=845086076a138bb6dc971df9905504c7de33bcca;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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;