staging: r8188eu: move open brace to the previous line
authorMarcelo Aloisio da Silva <marcelo.as@aol.com>
Sun, 20 Feb 2022 18:04:34 +0000 (15:04 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Feb 2022 17:12:02 +0000 (18:12 +0100)
commit1a461527f6bc4b0e29b4badb64b7d1f1fc9437ae
tree4bc5b2416e261aced1fe1d085ff6633b9ae45e70
parent98e8e0c3115da2ce76c9523ebab4b235309c26bd
staging: r8188eu: move open brace to the previous line

Fix the following error reported by checkpatch.pl:

ERROR: that open brace { should be on the previous line
+ if (rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE))
+ {

Signed-off-by: Marcelo Aloisio da Silva <marcelo.as@aol.com>
Link: https://lore.kernel.org/r/20220220180434.GA12386@snoopy
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c