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 <fabian.wolff@fau.de>
Signed-off-by: Mate Horvath <horvatmate@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Fabian Wolff 2017-06-13 23:01:52 +02:00 committed by Greg Kroah-Hartman
parent 2b385530ce
commit 845086076a

View 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;