mirror of https://gitee.com/openkylin/linux.git
Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.c
This is a patch to the rtw_mlme_ext.c file that fixes up a brace error found by the checkpatch.pl tool Signed-off-by: Armin Schoenlieb <armetallica@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
00074ad33b
commit
c6117298b5
|
@ -3961,7 +3961,8 @@ static void init_mlme_ext_priv_value(struct adapter *padapter)
|
|||
|
||||
static int has_channel(struct rt_channel_info *channel_set,
|
||||
u8 chanset_size,
|
||||
u8 chan) {
|
||||
u8 chan)
|
||||
{
|
||||
int i;
|
||||
|
||||
for (i = 0; i < chanset_size; i++) {
|
||||
|
|
Loading…
Reference in New Issue