Re: [PATCH -next] IB/isert: Fix warning Comparison to bool

2020-11-12 Thread Jason Gunthorpe
On Tue, Nov 03, 2020 at 07:57:54PM +0800, Zou Wei wrote: > Fix below warning reported by coccicheck: > > ./ib_isert.c:1104:12-24: WARNING: Comparison to bool > > Reported-by: Hulk Robot > Signed-off-by: Zou Wei > Reviewed-by: Sagi Grimberg > --- > drivers/infiniband/ulp/isert/ib_isert.c | 2 +

Re: [PATCH -next] IB/isert: Fix warning Comparison to bool

2020-11-03 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[PATCH -next] IB/isert: Fix warning Comparison to bool

2020-11-03 Thread Zou Wei
Fix below warning reported by coccicheck: ./ib_isert.c:1104:12-24: WARNING: Comparison to bool Reported-by: Hulk Robot Signed-off-by: Zou Wei --- drivers/infiniband/ulp/isert/ib_isert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/ulp/isert/ib_isert.c