Staging: rtl8712: rtl871x_pwrctrl.h - style fix
Fixed style fo block comments Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
875f3a6bce
commit
b355da4c7c
@ -48,11 +48,11 @@ enum Power_Mgnt {
|
||||
};
|
||||
|
||||
/*
|
||||
BIT[2:0] = HW state
|
||||
BIT[3] = Protocol PS state, 0: register active state,
|
||||
1: register sleep state
|
||||
BIT[4] = sub-state
|
||||
*/
|
||||
* BIT[2:0] = HW state
|
||||
* BIT[3] = Protocol PS state, 0: register active state,
|
||||
* 1: register sleep state
|
||||
* BIT[4] = sub-state
|
||||
*/
|
||||
|
||||
#define PS_DPS BIT(0)
|
||||
#define PS_LCLK (PS_DPS)
|
||||
|
Loading…
Reference in New Issue
Block a user