• Bixuan Cui's avatar
    RISC-V: KVM: fix boolreturn.cocci warnings · bbd5ba8d
    Bixuan Cui authored
    Fix boolreturn.cocci warnings:
    ./arch/riscv/kvm/mmu.c:603:9-10: WARNING: return of 0/1 in function
    'kvm_age_gfn' with return type bool
    ./arch/riscv/kvm/mmu.c:582:9-10: WARNING: return of 0/1 in function
    'kvm_set_spte_gfn' with return type bool
    ./arch/riscv/kvm/mmu.c:621:9-10: WARNING: return of 0/1 in function
    'kvm_test_age_gfn' with return type bool
    ./arch/riscv/kvm/mmu.c:568:9-10: WARNING: return of 0/1 in function
    'kvm_unmap_gfn_range' with return type bool
    Signed-off-by: default avatarBixuan Cui <cuibixuan@linux.alibaba.com>
    Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
    bbd5ba8d
mmu.c 19 KB