mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04: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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user