ODM_SEC_RESERVE         = 3,
        ODM_SEC_AESCCMP         = 4,
        ODM_SEC_WEP104          = 5,
-       ODM_WEP_WPA_MIXED       = 6, /*  WEP + WPA */
+       ODM_WEP_WPA_MIXED       = 6, /*  WEP + WPA */
        ODM_SEC_SMS4            = 7,
 };
 
 
 /* Copy from SD4 defined structure. We use to support PHY DM integration. */
 struct odm_dm_struct {
-       /*      Add for different team use temporarily */
+       /*      Add for different team use temporarily */
        struct adapter *Adapter;        /*  For CE/NIC team */
        struct rtl8192cd_priv *priv;    /*  For AP/ADSL team */
        /*  WHen you use above pointers, they must be initialized. */
 
 #define RTL8188E_PHY_REG_PG                    "rtl8188E\\PHY_REG_PG.txt"
 #define RTL8188E_PHY_REG_MP                    "rtl8188E\\PHY_REG_MP.txt"
 
-/*             RTL8188E Power Configuration CMDs for USB/SDIO interfaces */
+/* RTL8188E Power Configuration CMDs for USB/SDIO interfaces */
 #define Rtl8188E_NIC_PWR_ON_FLOW               rtl8188E_power_on_flow
 #define Rtl8188E_NIC_RF_OFF_FLOW               rtl8188E_radio_off_flow
 #define Rtl8188E_NIC_DISABLE_FLOW              rtl8188E_card_disable_flow
 #define WMM_NORMAL_TX_PAGE_BOUNDARY_88E                        \
        (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER + 1) /* 0xA9 */
 
-/*     Chip specific */
+/* Chip specific */
 #define CHIP_BONDING_IDENTIFIER(_value)        (((_value)>>22)&0x3)
 #define CHIP_BONDING_92C_1T2R  0x1
 #define CHIP_BONDING_88C_USB_MCARD     0x2
 #include "HalVerDef.h"
 #include "hal_com.h"
 
-/*     Channel Plan */
+/* Channel Plan */
 enum ChannelPlan {
        CHPL_FCC        = 0,
        CHPL_IC         = 1,
 #define                EFUSE_OOB_PROTECT_BYTES_88E     18
 #define                EFUSE_PROTECT_BYTES_BANK_88E    16
 
-/*                     EFUSE for BT definition */
+/* EFUSE for BT definition */
 #define EFUSE_BT_REAL_CONTENT_LEN      1536    /*  512*3 */
 #define EFUSE_BT_MAP_LEN               1024    /*  1k bytes */
 #define EFUSE_BT_MAX_SECTION           128     /*  1024/8 */