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

Commit 3520c7a4 authored by Henriette Hofmeier's avatar Henriette Hofmeier Committed by Greg Kroah-Hartman
Browse files

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: default avatarHenriette Hofmeier <passt@h-hofmeier.de>
Signed-off-by: default avatarFlorian Harbecke <florian.harbecke@fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 05e540b2
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -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 },