Re: [PATCH 01/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

From: Greg Kroah-Hartman
Date: Mon Jul 01 2019 - 02:53:46 EST


On Sat, Jun 29, 2019 at 03:49:09PM +0530, Hariprasad Kelam wrote:
> fix below issues reported by checkpatch
>
> CHECK: Using comparison to false is error prone
> CHECK: Using comparison to true is error prone
>
> Signed-off-by: Hariprasad Kelam <hariprasad.kelam@xxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/hal/hal_intf.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

As Dan said, you sent 10 patches with the same subject, so I can't take
these.

Also, please properly "thread" the patches so they show up linked to
each other. git send-email will do this automatically for you if you
use it (and you should) for multiple emails.

thanks,

greg k-h