提交 3520c7a4 编写于 作者: H Henriette Hofmeier 提交者: 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: NHenriette Hofmeier <passt@h-hofmeier.de>
Signed-off-by: NFlorian Harbecke <florian.harbecke@fau.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 05e540b2
...@@ -331,7 +331,8 @@ static void init_mlme_ext_priv_value(struct adapter *padapter) ...@@ -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, ...@@ -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 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册