]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8188eu: fix spaces before tabs
authorAastha Gupta <aastha.gupta4104@gmail.com>
Thu, 5 Oct 2017 13:06:24 +0000 (18:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 13:39:53 +0000 (15:39 +0200)
This patch fixes checkpatch.pl warning:
WARNING: please, no space before tabs

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/odm.h
drivers/staging/rtl8188eu/include/rtl8188e_hal.h

index dd44f45cc3d397217d22eb7a95c14dd91378e57f..95426b7c6dbff5652d054d367264331535b568d1 100644 (file)
@@ -513,7 +513,7 @@ enum odm_security {
        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,
 };
 
@@ -695,7 +695,7 @@ enum ant_div_type {
 
 /* 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. */
index 827cd4de9a3ec9d936e5cd83ef4af6f2a0373ae6..b4b5e217105aa84a90183774e3609a6aed4871c0 100644 (file)
@@ -42,7 +42,7 @@
 #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
@@ -113,7 +113,7 @@ enum usb_rx_agg_mode {
 #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
@@ -121,7 +121,7 @@ enum usb_rx_agg_mode {
 #include "HalVerDef.h"
 #include "hal_com.h"
 
-/*     Channel Plan */
+/* Channel Plan */
 enum ChannelPlan {
        CHPL_FCC        = 0,
        CHPL_IC         = 1,
@@ -180,7 +180,7 @@ struct txpowerinfo24g {
 #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 */