Re: [PATCH] RDMA/bnxt_re/qplib_sp: Use true and false for boolean values

2018-03-06 Thread Jason Gunthorpe
On Mon, Mar 05, 2018 at 05:36:47PM -0600, Gustavo A. R. Silva wrote: > Assign true or false to boolean variables instead of an integer value. > > This issue was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva > Acked-by: Selvin Xavier > --- > drivers/infiniband/hw/

Re: [PATCH] RDMA/bnxt_re/qplib_sp: Use true and false for boolean values

2018-03-05 Thread Selvin Xavier
On Tue, Mar 6, 2018 at 5:06 AM, Gustavo A. R. Silva wrote: > Assign true or false to boolean variables instead of an integer value. > > This issue was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva Thanks. Acked-by: Selvin Xavier > --- > drivers/infiniband/hw/bnx

[PATCH] RDMA/bnxt_re/qplib_sp: Use true and false for boolean values

2018-03-05 Thread Gustavo A. R. Silva
Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/infiniband/hw/bnxt_re/qplib_sp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/b