rtl8188eu: Change "while(" to "while ("

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-15 13:04:12 -05:00
parent 6ead3e77dc
commit 8e22f0d2e8
37 changed files with 151 additions and 151 deletions

View file

@ -271,7 +271,7 @@ struct pwrctrl_priv
#define _rtw_set_pwr_state_check_timer(pwrctl, ms) \
do { \
_set_timer(&(pwrctl)->pwr_state_check_timer, (ms)); \
} while(0)
} while (0)
#define rtw_set_pwr_state_check_timer(pwrctl) \
_rtw_set_pwr_state_check_timer((pwrctl), (pwrctl)->pwr_state_check_interval)