Browse Source

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>
Armin Schoenlieb 8 years ago
parent
commit
c6117298b5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

+ 2 - 1
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++) {