Re: [PATCH net-next] net: qed: use true,false for bool variables

2020-09-19 Thread David Miller
From: Jason Yan Date: Sat, 19 Sep 2020 15:45:43 +0800 > This addresses the following coccinelle warning: > > drivers/net/ethernet/qlogic/qed/qed_rdma.c:1465:2-13: WARNING: > Assignment of 0/1 to bool variable > drivers/net/ethernet/qlogic/qed/qed_rdma.c:1468:2-14: WARNING: > Assignment of 0/1 to

[PATCH net-next] net: qed: use true,false for bool variables

2020-09-19 Thread Jason Yan
This addresses the following coccinelle warning: drivers/net/ethernet/qlogic/qed/qed_rdma.c:1465:2-13: WARNING: Assignment of 0/1 to bool variable drivers/net/ethernet/qlogic/qed/qed_rdma.c:1468:2-14: WARNING: Assignment of 0/1 to bool variable drivers/net/ethernet/qlogic/qed/qed_rdma.c:1471:2-13: