mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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:
parent
87e6059da1
commit
30676f7b1f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user