Browse Source

staging: rtl8723bs: Move definition open brace

Move open braces of definitions to the next line
to comply with codestyle.
Criticized by checkpatch.

Signed-off-by: Henriette Hofmeier <passt@h-hofmeier.de>
Signed-off-by: Florian Harbecke <florian.harbecke@fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Henriette Hofmeier 7 years ago
parent
commit
3520c7a47b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      drivers/staging/rtl8723bs/core/rtw_mlme_ext.c

+ 4 - 2
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c

@@ -331,7 +331,8 @@ static void init_mlme_ext_priv_value(struct adapter *padapter)
 
 
 static int has_channel(RT_CHANNEL_INFO *channel_set,
 static int has_channel(RT_CHANNEL_INFO *channel_set,
 					   u8 chanset_size,
 					   u8 chanset_size,
-					   u8 chan) {
+					   u8 chan)
+{
 	int i;
 	int i;
 
 
 	for (i = 0; i < chanset_size; i++) {
 	for (i = 0; i < chanset_size; i++) {
@@ -345,7 +346,8 @@ static int has_channel(RT_CHANNEL_INFO *channel_set,
 
 
 static void init_channel_list(struct adapter *padapter, RT_CHANNEL_INFO *channel_set,
 static void init_channel_list(struct adapter *padapter, RT_CHANNEL_INFO *channel_set,
 							  u8 chanset_size,
 							  u8 chanset_size,
-							  struct p2p_channels *channel_list) {
+							  struct p2p_channels *channel_list)
+{
 
 
 	struct p2p_oper_class_map op_class[] = {
 	struct p2p_oper_class_map op_class[] = {
 		{ IEEE80211G,  81,   1,  13,  1, BW20 },
 		{ IEEE80211G,  81,   1,  13,  1, BW20 },