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

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
......@@ -331,7 +331,8 @@ static void init_mlme_ext_priv_value(struct adapter *padapter)
static int has_channel(RT_CHANNEL_INFO *channel_set,
u8 chanset_size,
u8 chan) {
u8 chan)
{
int 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,
u8 chanset_size,
struct p2p_channels *channel_list) {
struct p2p_channels *channel_list)
{
struct p2p_oper_class_map op_class[] = {
{ IEEE80211G, 81, 1, 13, 1, BW20 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment