mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Change all "if(" to "if ("
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
aa89a39a09
commit
6ead3e77dc
61 changed files with 3500 additions and 3500 deletions
|
@ -330,7 +330,7 @@ storePwrIndexDiffRateOffset(
|
|||
|
||||
#define SIC_MAX_POLL_CNT 5
|
||||
|
||||
#if(SIC_HW_SUPPORT == 1)
|
||||
#if (SIC_HW_SUPPORT == 1)
|
||||
#define SIC_CMD_READY 0
|
||||
#define SIC_CMD_PREWRITE 0x1
|
||||
#define SIC_CMD_WRITE 0x40
|
||||
|
@ -353,7 +353,7 @@ storePwrIndexDiffRateOffset(
|
|||
#define SIC_DATA_REG 0x1EC /* 1bc~1bf */
|
||||
#endif
|
||||
|
||||
#if(SIC_ENABLE == 1)
|
||||
#if (SIC_ENABLE == 1)
|
||||
void SIC_Init(IN struct adapter *Adapter);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue