From 30676f7b1f9256121fa630ff2ed3165f3089f619 Mon Sep 17 00:00:00 2001 From: Elena Afanasova Date: Thu, 22 Oct 2020 13:58:57 -0700 Subject: [PATCH] staging/rtl8723bs: replace "foo * bar" with "foo *bar" Correct the coding style error reported by checkpatch.pl. Signed-off-by: Elena Afanasova Link: https://lore.kernel.org/r/20201022205857.6144-1-eafanasova@gmail.com Signed-off-by: Greg Kroah-Hartman --- 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 cd98efccb3217..07efb74831eb3 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.30.2