Fix Comparisons with constant on the left side of the test.
Checkpatch.pl warning.
--
WARNING: Comparisons should place the constant on the right side of the
test
296: FILE: ./rtl8712_cmd.c:296:
while ((0 != r8712_read32(pAdapter, IOCMD_CTRL_REG)) &&
Signed-off-by: Pinkesh B
Removed trailing spaces.
Fixed some errors from checkpatch.pl verification.
No changes made to actual functional code.
Signed-off-by: Pinkesh Badjatiya
---
drivers/staging/rtl8723au/include/rtw_cmd.h | 162 ++--
1 file changed, 80 insertions(+), 82 deletions(-)
diff