Commit 9a38e23d authored by Sidong Yang's avatar Sidong Yang Committed by Greg Kroah-Hartman

staging: rtl8723bs: Fix checkpatch.pl errors

Move open brace to same line with enum.
Remove prohibited space before ','.
Signed-off-by: default avatarSidong Yang <realwakka@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dabb01c2
...@@ -30,19 +30,18 @@ ...@@ -30,19 +30,18 @@
#define BTCOEX_ALIVE BIT(4) #define BTCOEX_ALIVE BIT(4)
enum Power_Mgnt enum Power_Mgnt {
{ PS_MODE_ACTIVE = 0,
PS_MODE_ACTIVE = 0 , PS_MODE_MIN,
PS_MODE_MIN , PS_MODE_MAX,
PS_MODE_MAX , PS_MODE_DTIM, /* PS_MODE_SELF_DEFINED */
PS_MODE_DTIM , /* PS_MODE_SELF_DEFINED */ PS_MODE_VOIP,
PS_MODE_VOIP , PS_MODE_UAPSD_WMM,
PS_MODE_UAPSD_WMM , PS_MODE_UAPSD,
PS_MODE_UAPSD , PS_MODE_IBSS,
PS_MODE_IBSS , PS_MODE_WWLAN,
PS_MODE_WWLAN , PM_Radio_Off,
PM_Radio_Off , PM_Card_Disable,
PM_Card_Disable ,
PS_MODE_NUM, PS_MODE_NUM,
}; };
......
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