From: Armin Schoenlieb Date: Tue, 25 Jul 2017 19:14:26 +0000 (+0200) Subject: Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.c X-Git-Tag: v5.15~10534^2~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6117298b5c9d61adbbfa4230ee5ab9642b7f934;p=platform%2Fkernel%2Flinux-starfive.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c index 88a3a2b..aae8d71 100644 --- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c +++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c @@ -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++) {