Commit 17f858d0 authored by Matthew Giassa's avatar Matthew Giassa Committed by Greg Kroah-Hartman

staging: rtl8723bs: checkpatch - remove mixed spaces/hard-tabs

Resolving checkpatch issue:
WARNING: please, no space before tabs

All instances resolved.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 71913a09
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/* */ /* */
/* */ /* */
/* 0x0000h ~ 0x00FFh System Configuration */ /* 0x0000h ~ 0x00FFh System Configuration */
/* */ /* */
/* */ /* */
#define REG_RSV_CTRL_8723B 0x001C /* 3 Byte */ #define REG_RSV_CTRL_8723B 0x001C /* 3 Byte */
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
/* */ /* */
/* */ /* */
/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ /* 0x0100h ~ 0x01FFh MACTOP General Configuration */
/* */ /* */
/* */ /* */
#define REG_C2HEVT_CMD_ID_8723B 0x01A0 #define REG_C2HEVT_CMD_ID_8723B 0x01A0
...@@ -57,13 +57,13 @@ ...@@ -57,13 +57,13 @@
/* */ /* */
/* */ /* */
/* 0x0200h ~ 0x027Fh TXDMA Configuration */ /* 0x0200h ~ 0x027Fh TXDMA Configuration */
/* */ /* */
/* */ /* */
/* */ /* */
/* */ /* */
/* 0x0280h ~ 0x02FFh RXDMA Configuration */ /* 0x0280h ~ 0x02FFh RXDMA Configuration */
/* */ /* */
/* */ /* */
#define REG_RXDMA_CONTROL_8723B 0x0286 /* Control the RX DMA. */ #define REG_RXDMA_CONTROL_8723B 0x0286 /* Control the RX DMA. */
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
/* */ /* */
/* */ /* */
/* 0x0300h ~ 0x03FFh PCIe */ /* 0x0300h ~ 0x03FFh PCIe */
/* */ /* */
/* */ /* */
#define REG_PCIE_CTRL_REG_8723B 0x0300 #define REG_PCIE_CTRL_REG_8723B 0x0300
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
/* */ /* */
/* */ /* */
/* 0x0400h ~ 0x047Fh Protocol Configuration */ /* 0x0400h ~ 0x047Fh Protocol Configuration */
/* */ /* */
/* */ /* */
#define REG_TXPKTBUF_BCNQ_BDNY_8723B 0x0424 #define REG_TXPKTBUF_BCNQ_BDNY_8723B 0x0424
...@@ -112,14 +112,14 @@ ...@@ -112,14 +112,14 @@
/* */ /* */
/* */ /* */
/* 0x0500h ~ 0x05FFh EDCA Configuration */ /* 0x0500h ~ 0x05FFh EDCA Configuration */
/* */ /* */
/* */ /* */
#define REG_SECONDARY_CCA_CTRL_8723B 0x0577 #define REG_SECONDARY_CCA_CTRL_8723B 0x0577
/* */ /* */
/* */ /* */
/* 0x0600h ~ 0x07FFh WMAC Configuration */ /* 0x0600h ~ 0x07FFh WMAC Configuration */
/* */ /* */
/* */ /* */
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
#define SDIO_REG_HCPWM1_8723B 0x025 /* HCI Current Power Mode 1 */ #define SDIO_REG_HCPWM1_8723B 0x025 /* HCI Current Power Mode 1 */
/* */ /* */
/* 8723 Regsiter Bit and Content definition */ /* 8723 Regsiter Bit and Content definition */
/* */ /* */
/* 2 HSISR */ /* 2 HSISR */
...@@ -154,19 +154,19 @@ ...@@ -154,19 +154,19 @@
/* */ /* */
/* */ /* */
/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ /* 0x0100h ~ 0x01FFh MACTOP General Configuration */
/* */ /* */
/* */ /* */
/* */ /* */
/* */ /* */
/* 0x0200h ~ 0x027Fh TXDMA Configuration */ /* 0x0200h ~ 0x027Fh TXDMA Configuration */
/* */ /* */
/* */ /* */
/* */ /* */
/* */ /* */
/* 0x0280h ~ 0x02FFh RXDMA Configuration */ /* 0x0280h ~ 0x02FFh RXDMA Configuration */
/* */ /* */
/* */ /* */
#define BIT_USB_RXDMA_AGG_EN BIT(31) #define BIT_USB_RXDMA_AGG_EN BIT(31)
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
/* */ /* */
/* */ /* */
/* 0x0400h ~ 0x047Fh Protocol Configuration */ /* 0x0400h ~ 0x047Fh Protocol Configuration */
/* */ /* */
/* */ /* */
...@@ -191,13 +191,13 @@ ...@@ -191,13 +191,13 @@
/* */ /* */
/* */ /* */
/* 0x0500h ~ 0x05FFh EDCA Configuration */ /* 0x0500h ~ 0x05FFh EDCA Configuration */
/* */ /* */
/* */ /* */
/* */ /* */
/* */ /* */
/* 0x0600h ~ 0x07FFh WMAC Configuration */ /* 0x0600h ~ 0x07FFh WMAC Configuration */
/* */ /* */
/* */ /* */
#define EEPROM_RF_GAIN_OFFSET 0xC1 #define EEPROM_RF_GAIN_OFFSET 0xC1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment