staging/rtl8723bs: replace "foo * bar" with "foo *bar"

Correct the coding style error reported by checkpatch.pl.

Signed-off-by: Elena Afanasova <eafanasova@gmail.com>
Link: https://lore.kernel.org/r/20201022205857.6144-1-eafanasova@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Elena Afanasova
2020-10-22 13:58:57 -07:00
committed by Greg Kroah-Hartman
parent 87e6059da1
commit 30676f7b1f

View File

@@ -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;