From: Elena Afanasova Date: Thu, 22 Oct 2020 20:58:57 +0000 (-0700) Subject: staging/rtl8723bs: replace "foo * bar" with "foo *bar" X-Git-Tag: v5.15~2216^2~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30676f7b1f9256121fa630ff2ed3165f3089f619;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme.h b/drivers/staging/rtl8723bs/include/rtw_mlme.h index cd98efc..07efb74 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;