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)
commit04146f22cb47b84faff62f9a1ce6165b4a1be5cb
tree53fe8afa104ddb5ad95991111e8c9f1cedd4a3e2
parentd203c2d3eed5a6f1d617591335ccef7b1926461b
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