Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6117298 authored by Armin Schoenlieb's avatar Armin Schoenlieb Committed by Greg Kroah-Hartman
Browse files

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: default avatarArmin Schoenlieb <armetallica@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 00074ad3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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++) {