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

@ -40,7 +40,7 @@
} \
if (_offset >= _size)\
_offset = _size-1;\
} while(0)
} while (0)
/* 3============================================================ */
/* 3 Tx Power Tracking */
@ -1833,7 +1833,7 @@ if ( *(pDM_Odm->mp_mode) == 1)
i++;
}
while(tmpReg > apkbound && i < 4);
while (tmpReg > apkbound && i < 4);
APK_result[path][index] = tmpReg;
}
@ -2130,7 +2130,7 @@ if (*(pDM_Odm->mp_mode) == 1)
if (bSingleTone || bCarrierSuppression)
return;
while(*(pDM_Odm->pbScanInProcess) && timecount < timeout)
while (*(pDM_Odm->pbScanInProcess) && timecount < timeout)
{
ODM_delay_ms(50);
timecount += 50;