[PATCH] staging: rtl8712: Fix Comparison with constant warning.

2016-02-06 Thread Pinkesh Badjatiya
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

[PATCH] staging: rtl8712: Fix Comparison with constant warning.

2016-02-06 Thread Pinkesh Badjatiya
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

[PATCH] Removed extra spaces, and error from checkpatch.pl

2015-09-26 Thread Pinkesh Badjatiya
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

[PATCH] Removed extra spaces, and error from checkpatch.pl

2015-09-26 Thread Pinkesh Badjatiya
Removed trailing spaces. Fixed some errors from checkpatch.pl verification. No changes made to actual functional code. Signed-off-by: Pinkesh Badjatiya <pinkeshbadjat...@gmail.com> --- drivers/staging/rtl8723au/include/rtw_cmd.h | 162 ++-- 1 file changed, 80 inse