Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Derek Robson and committed by
Greg Kroah-Hartman
b355da4c 875f3a6b

+5 -5
+5 -5
drivers/staging/rtl8712/rtl871x_pwrctrl.h
··· 48 48 }; 49 49 50 50 /* 51 - BIT[2:0] = HW state 52 - BIT[3] = Protocol PS state, 0: register active state, 53 - 1: register sleep state 54 - BIT[4] = sub-state 55 - */ 51 + * BIT[2:0] = HW state 52 + * BIT[3] = Protocol PS state, 0: register active state, 53 + * 1: register sleep state 54 + * BIT[4] = sub-state 55 + */ 56 56 57 57 #define PS_DPS BIT(0) 58 58 #define PS_LCLK (PS_DPS)