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

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
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
@@ -30,8 +30,7 @@
#define BTCOEX_ALIVE	BIT(4)


enum Power_Mgnt
{
enum Power_Mgnt {
	PS_MODE_ACTIVE	= 0,
	PS_MODE_MIN,
	PS_MODE_MAX,