On Sat, Aug 07, 2021, Paolo Bonzini wrote: > - if (handle_abnormal_pfn(vcpu, fault->is_tdp ? 0 : gpa, gfn, pfn, ACC_ALL, &r)) > + if (handle_abnormal_pfn(vcpu, fault->is_tdp ? 0 : gpa, > + fault->gfn, pfn, ACC_ALL, &r)) Spaces! ERROR: code indent should use tabs where possible #90: FILE: arch/x86/kvm/mmu/mmu.c:3991: +^I fault->gfn, pfn, ACC_ALL, &r))$ total: 1 errors, 0 warnings, 84 lines checked > return r; > > r = RET_PF_RETRY;