]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8712: rtl871x_pwrctrl.h - style fix
authorDerek Robson <robsonde@gmail.com>
Sun, 26 Feb 2017 02:32:29 +0000 (15:32 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:03 +0000 (09:17 +0100)
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>
drivers/staging/rtl8712/rtl871x_pwrctrl.h

index c82fdf85d474c633aa2284b370c09917957275a8..bd2c3a2df48bca854834fbd65b8623906ee776ac 100644 (file)
@@ -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)