staging/rtl8723bs: replace "foo * bar" with "foo *bar"
authorElena Afanasova <eafanasova@gmail.com>
Thu, 22 Oct 2020 20:58:57 +0000 (13:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Oct 2020 05:53:10 +0000 (06:53 +0100)
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>
drivers/staging/rtl8723bs/include/rtw_mlme.h

index cd98efc..07efb74 100644 (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;