mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-03 11:13:56 +08:00
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>
This commit is contained in:
parent
05e540b277
commit
3520c7a47b
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user