aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Huang <jamienstar@163.com>2017-08-17 20:49:45 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-20 14:08:41 -0400
commit08f7c8bbebf705bd975e88115354057e8b760440 (patch)
tree825efecfdbfd34d1b1102e68cc5c6fc4d294b844
parent0c1b9970ddd4cc41002321c3877e7f91aacb896d (diff)
staging:rtl8188eu: fix coding style issue
checkpatch.pl gave ERROR: open brace '{' following function definitions go on the next line. Signed-off-by: Jamie Huang <jamienstar@163.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_mlme_ext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
index aae8d716a513..611c9409bb98 100644
--- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
@@ -3974,7 +3974,8 @@ static int has_channel(struct rt_channel_info *channel_set,
3974 3974
3975static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set, 3975static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set,
3976 u8 chanset_size, 3976 u8 chanset_size,
3977 struct p2p_channels *channel_list) { 3977 struct p2p_channels *channel_list)
3978{
3978 struct p2p_oper_class_map op_class[] = { 3979 struct p2p_oper_class_map op_class[] = {
3979 { IEEE80211G, 81, 1, 13, 1, BW20 }, 3980 { IEEE80211G, 81, 1, 13, 1, BW20 },
3980 { IEEE80211G, 82, 14, 14, 1, BW20 }, 3981 { IEEE80211G, 82, 14, 14, 1, BW20 },