This patch series contains a collection of minor code fixes that address issues that Coverity complains about. None of them fix anything that is a real problem, but they might improve performance a tiny bit and they make the code cleaner. The series is against the kvm master branch with my patch "KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts" applied. Paul. arch/powerpc/include/asm/kvm_book3s_64.h | 14 +++++++++----- arch/powerpc/kvm/book3s_64_mmu_radix.c | 2 +- arch/powerpc/kvm/book3s_hv.c | 14 ++------------ arch/powerpc/kvm/powerpc.c | 12 ++++-------- 4 files changed, 16 insertions(+), 26 deletions(-)