rtl8188eu: Fix some checkpatch warnings

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-08-30 13:19:58 -05:00
parent 0b659bd591
commit 242c9f54cc
32 changed files with 501 additions and 506 deletions

View file

@ -430,7 +430,7 @@ efuse_OneByteRead(
rtw_write8(pAdapter, EFUSE_CTRL+3, 0x72);/* read cmd */
while (!(0x80 &rtw_read8(pAdapter, EFUSE_CTRL+3))&&(tmpidx<100))
while (!(0x80 &rtw_read8(pAdapter, EFUSE_CTRL+3)) && (tmpidx < 100))
{
tmpidx++;
}