Browse Source

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>
Fabian Wolff 8 years ago
parent
commit
845086076a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/rtl8723bs/os_dep/wifi_regd.c

+ 1 - 0
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;