Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.c
authorArmin Schoenlieb <armetallica@gmail.com>
Tue, 25 Jul 2017 19:14:26 +0000 (21:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Jul 2017 04:51:06 +0000 (21:51 -0700)
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>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

index 88a3a2b..aae8d71 100644 (file)
@@ -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++) {