Adjust spacing in macro definitions to align them and improve
readbility

Signed-off-by: Aditya Jain <aditya.jainadityajain.j...@gmail.com>
---
 drivers/staging/rtl8723bs/include/hal_phy_cfg.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/hal_phy_cfg.h 
b/drivers/staging/rtl8723bs/include/hal_phy_cfg.h
index 0eb3e57f4082..ed3488a09d79 100644
--- a/drivers/staging/rtl8723bs/include/hal_phy_cfg.h
+++ b/drivers/staging/rtl8723bs/include/hal_phy_cfg.h
@@ -8,11 +8,11 @@
 #define __INC_HAL8723BPHYCFG_H__
 
 /*--------------------------Define Parameters-------------------------------*/
-#define LOOP_LIMIT                             5
-#define MAX_STALL_TIME                 50              /* us */
+#define LOOP_LIMIT             5
+#define MAX_STALL_TIME         50      /* us */
 #define AntennaDiversityValue  0x80    /* Adapter->bSoftwareAntennaDiversity ? 
0x00:0x80) */
 #define MAX_TXPWR_IDX_NMODE_92S        63
-#define Reset_Cnt_Limit                        3
+#define Reset_Cnt_Limit                3
 
 #define MAX_AGGR_NUM   0x07
 
-- 
2.25.1

Reply via email to