]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/bnxt_re/qplib_sp: Use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 5 Mar 2018 23:36:47 +0000 (17:36 -0600)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 6 Mar 2018 23:00:51 +0000 (16:00 -0700)
commit63231585a6167840172cf7e9045b43ced8a0b6c2
tree66ad3a5fb33ec191ab11bb27a21ec8240e2ba25b
parentfbd36818eea88462be4176c9fb73bb7728971ff5
RDMA/bnxt_re/qplib_sp: Use true and false for boolean values

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 <gustavo@embeddedor.com>
Acked-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/bnxt_re/qplib_sp.c