Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1663416 > unrolled thread
| Started by | Fabian Wolff <fabian.wolff@fau.de> |
|---|---|
| First post | 2017-06-12 13:00 +0200 |
| Last post | 2017-06-12 13:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 7/7] staging: rtl8723bs: wifi_regd.c: insert blank line after declarations Fabian Wolff <fabian.wolff@fau.de> - 2017-06-12 13:00 +0200
| From | Fabian Wolff <fabian.wolff@fau.de> |
|---|---|
| Date | 2017-06-12 13:00 +0200 |
| Subject | [PATCH 7/7] staging: rtl8723bs: wifi_regd.c: insert blank line after declarations |
| Message-ID | <tRveF-13J-13@gated-at.bofh.it> |
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>
---
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
Back to top | Article view | linux.kernel
csiph-web