提交 e131d3ce 编写于 作者: H Henry Ptasinski 提交者: Greg Kroah-Hartman

staging: brcm80211: cleanup whitespace errors

Cleanup remaining whitespace errors:
	- space before tabs
	- spaces at the start of a line
	- space between function name and open parenthesis '('
	- unnecessary whitespace before a quoted newline
Signed-off-by: NHenry Ptasinski <henryp@broadcom.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 8a76f1ee
...@@ -916,14 +916,14 @@ static int _dhd_sysioc_thread(void *data) ...@@ -916,14 +916,14 @@ static int _dhd_sysioc_thread(void *data)
if (in_ap && dhd->set_macaddress) { if (in_ap && dhd->set_macaddress) {
DHD_TRACE(("attempt to set MAC for %s " DHD_TRACE(("attempt to set MAC for %s "
"in AP Mode," "blocked. \n", "in AP Mode," "blocked.\n",
dhd->iflist[i]->net->name)); dhd->iflist[i]->net->name));
dhd->set_macaddress = false; dhd->set_macaddress = false;
continue; continue;
} }
if (in_ap && dhd->set_multicast) { if (in_ap && dhd->set_multicast) {
DHD_TRACE(("attempt to set MULTICAST list for %s" "in AP Mode, blocked. \n", DHD_TRACE(("attempt to set MULTICAST list for %s" "in AP Mode, blocked.\n",
dhd->iflist[i]->net->name)); dhd->iflist[i]->net->name));
dhd->set_multicast = false; dhd->set_multicast = false;
continue; continue;
...@@ -2157,7 +2157,7 @@ int dhd_net_attach(dhd_pub_t *dhdp, int ifidx) ...@@ -2157,7 +2157,7 @@ int dhd_net_attach(dhd_pub_t *dhdp, int ifidx)
} }
if (ifidx == 1) { if (ifidx == 1) {
DHD_TRACE(("%s ACCESS POINT MAC: \n", __func__)); DHD_TRACE(("%s ACCESS POINT MAC:\n", __func__));
/* ACCESSPOINT INTERFACE CASE */ /* ACCESSPOINT INTERFACE CASE */
temp_addr[0] |= 0X02; /* set bit 2 , temp_addr[0] |= 0X02; /* set bit 2 ,
- Locally Administered address */ - Locally Administered address */
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define D64MAXRINGSZ (1 << D64RINGALIGN_BITS) #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
#define D64RINGALIGN (1 << D64RINGALIGN_BITS) #define D64RINGALIGN (1 << D64RINGALIGN_BITS)
#define D64MAXDD (D64MAXRINGSZ / sizeof (dma64dd_t)) #define D64MAXDD (D64MAXRINGSZ / sizeof(dma64dd_t))
/* transmit channel control */ /* transmit channel control */
#define D64_XC_XE 0x00000001 /* transmit enable */ #define D64_XC_XE 0x00000001 /* transmit enable */
......
...@@ -888,8 +888,7 @@ lcnphy_radio_regs_t lcnphy_radio_regs_2064[] = { ...@@ -888,8 +888,7 @@ lcnphy_radio_regs_t lcnphy_radio_regs_2064[] = {
#define LCNPHY_NUM_DIG_FILT_COEFFS 16 #define LCNPHY_NUM_DIG_FILT_COEFFS 16
#define LCNPHY_NUM_TX_DIG_FILTERS_CCK 13 #define LCNPHY_NUM_TX_DIG_FILTERS_CCK 13
u16 u16 LCNPHY_txdigfiltcoeffs_cck[LCNPHY_NUM_TX_DIG_FILTERS_CCK]
LCNPHY_txdigfiltcoeffs_cck[LCNPHY_NUM_TX_DIG_FILTERS_CCK]
[LCNPHY_NUM_DIG_FILT_COEFFS + 1] = { [LCNPHY_NUM_DIG_FILT_COEFFS + 1] = {
{0, 1, 415, 1874, 64, 128, 64, 792, 1656, 64, 128, 64, 778, 1582, 64, {0, 1, 415, 1874, 64, 128, 64, 792, 1656, 64, 128, 64, 778, 1582, 64,
128, 64,}, 128, 64,},
...@@ -920,8 +919,7 @@ u16 ...@@ -920,8 +919,7 @@ u16
}; };
#define LCNPHY_NUM_TX_DIG_FILTERS_OFDM 3 #define LCNPHY_NUM_TX_DIG_FILTERS_OFDM 3
u16 u16 LCNPHY_txdigfiltcoeffs_ofdm[LCNPHY_NUM_TX_DIG_FILTERS_OFDM]
LCNPHY_txdigfiltcoeffs_ofdm[LCNPHY_NUM_TX_DIG_FILTERS_OFDM]
[LCNPHY_NUM_DIG_FILT_COEFFS + 1] = { [LCNPHY_NUM_DIG_FILT_COEFFS + 1] = {
{0, 0, 0xa2, 0x0, 0x100, 0x100, 0x0, 0x0, 0x0, 0x100, 0x0, 0x0, {0, 0, 0xa2, 0x0, 0x100, 0x100, 0x0, 0x0, 0x0, 0x100, 0x0, 0x0,
0x278, 0xfea0, 0x80, 0x100, 0x80,}, 0x278, 0xfea0, 0x80, 0x100, 0x80,},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册