]> git.baikalelectronics.ru Git - kernel.git/commit
net: caif: use true,false for bool variables
authorJason Yan <yanaijie@huawei.com>
Wed, 22 Apr 2020 07:16:36 +0000 (15:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 02:37:48 +0000 (19:37 -0700)
commitcb0305d20a0881f861a494819913db3b8d504e0f
tree680022466a2fb454ce97659f5aeea71f8b34dffa
parentd18ae4009c6641563d42f897eba3395220f152dc
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>
net/caif/caif_dev.c