diff options
author | Bixuan Cui <cuibixuan@linux.alibaba.com> | 2021-10-27 10:20:53 +0300 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-11-01 15:05:17 +0300 |
commit | bbd5ba8db7662dbfcc15204eb105cd0c2971a47c (patch) | |
tree | ffa6c7bbb755e0c2bd9b1075e4798063285f3aaf /samples/bpf | |
parent | 7b161d9cab5d2c853b8861b2ad21bcd79d669fe3 (diff) | |
download | linux-bbd5ba8db7662dbfcc15204eb105cd0c2971a47c.tar.xz |
RISC-V: KVM: fix boolreturn.cocci warnings
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: Bixuan Cui <cuibixuan@linux.alibaba.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'samples/bpf')
0 files changed, 0 insertions, 0 deletions