staging: rtl8723bs: add spaces around operator in include/rtw_pwrctrl.h
authorFabio Aiuto <fabioaiuto83@gmail.com>
Sat, 27 Mar 2021 14:24:13 +0000 (15:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Mar 2021 12:37:00 +0000 (14:37 +0200)
fix post-commit hook checkpatch warning:

add a space around that '*'

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/d0695bf94766ee68aba70daaa1cdefff64c38b62.1616854134.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_pwrctrl.h

index 6b2be97c2c0769df29a58f94b65c67ec78725750..b052b86944c428b6a74e6dd91f7133df5db0d1c9 100644 (file)
@@ -89,7 +89,7 @@ struct reportpwrstate_parm {
        unsigned short rsvd;
 };
 
-#define LPS_DELAY_TIME (1*HZ) /*  1 sec */
+#define LPS_DELAY_TIME (1 * HZ) /*  1 sec */
 
 #define EXE_PWR_NONE   0x01
 #define EXE_PWR_IPS            0x02