commit | 8518307dc2b2a97b235c74920b45020f9bebe33e | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Wed Apr 22 15:16:36 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 22 19:37:48 2020 -0700 |
tree | 680022466a2fb454ce97659f5aeea71f8b34dffa | |
parent | c89f44ff10fd4cdcfbebf4854aa1282fdad8de5d [diff] |
net: caif: use true,false for bool variables Fix the following coccicheck warning: net/caif/caif_dev.c:410:2-13: WARNING: Assignment of 0/1 to bool variable net/caif/caif_dev.c:445:2-13: WARNING: Assignment of 0/1 to bool variable net/caif/caif_dev.c:145:1-12: WARNING: Assignment of 0/1 to bool variable net/caif/caif_dev.c:223:1-12: 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>