[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YTAG5We5dS9THNJm@google.com>
Date: Wed, 1 Sep 2021 23:04:05 +0000
From: Sean Christopherson <seanjc@...gle.com>
To: Paolo Bonzini <pbonzini@...hat.com>
Cc: linux-kernel@...r.kernel.org, kvm@...r.kernel.org,
isaku.yamahata@...el.com, David Matlack <dmatlack@...gle.com>,
peterx@...hat.com
Subject: Re: [PATCH 06/16] KVM: MMU: change page_fault_handle_page_track()
arguments to kvm_page_fault
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;
Powered by blists - more mailing lists