commit | d9a1c584a93a90ecd24fca775a68d113fda05576 | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Tue May 05 15:43:49 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue May 05 11:39:42 2020 -0700 |
tree | f8f644b710d2d5119d03c141ab6ac0592413d7c1 | |
parent | 3e1853e4e1137ba0a4d314521d153852dbf4aff5 [diff] |
qlcnic: use true,false for bool variable in qlcnic_sriov_common.c Fix the following coccicheck warning: drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c:1585:3-25: WARNING: Assignment of 0/1 to bool variable drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c:1588:3-25: WARNING: Assignment of 0/1 to bool variable Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>