[PATCH] staging/rtl8723bs: replace "foo * bar" with "foo *bar"
Elena Afanasova
eafanasova at gmail.com
Thu Oct 22 20:58:57 UTC 2020
Correct the coding style error reported by checkpatch.pl.
Signed-off-by: Elena Afanasova <eafanasova at gmail.com>
---
drivers/staging/rtl8723bs/include/rtw_mlme.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme.h b/drivers/staging/rtl8723bs/include/rtw_mlme.h
index cd98efccb321..07efb74831eb 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mlme.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mlme.h
@@ -213,7 +213,7 @@ struct cfg80211_wifidirect_info {
};
struct wifidirect_info {
- struct adapter * padapter;
+ struct adapter *padapter;
_timer find_phase_timer;
_timer restore_p2p_state_timer;
--
2.25.1
More information about the devel
mailing list