[PATCH] staging: rtl8723bs: Using comparison to true is error prone

2020-07-07 Thread John Oldman
clear below issues reported by checkpatch.pl: CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: John Oldman --- drivers/staging/rtl8723bs/os_dep/os_intfs.c | 70 ++--- 1 file changed, 32 insertions(+), 38 deletions(-)

[PATCH] staging: rtl8723bs: Using comparison to true is error prone

2020-05-15 Thread John Oldman
fix below issue reported by checkpatch CHECK: Using comparison to true is error prone CHECK: Using comparison to false is error prone Signed-off-by: John Oldman --- drivers/staging/rtl8723bs/core/rtw_security.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git