]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MIPS: use true,false for bool variable
authorJason Yan <yanaijie@huawei.com>
Wed, 29 Apr 2020 14:09:35 +0000 (22:09 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 13 May 2020 22:27:55 +0000 (00:27 +0200)
commit771cb1c38ead16ab067f19948f881d8003906657
tree53fe8afa104ddb5ad95991111e8c9f1cedd4a3e2
parentc69534c1026d022307ffa972674786fa6047b930
KVM: MIPS: use true,false for bool variable

Fix the following coccicheck warning:

arch/mips/kvm/mips.c:82:1-28: WARNING: Assignment of 0/1 to bool
variable
arch/mips/kvm/mips.c:88:1-28: WARNING: Assignment of 0/1 to bool
variable

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kvm/mips.c