[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191206213811.GF5433@linux.intel.com>
Date: Fri, 6 Dec 2019 13:38:11 -0800
From: Sean Christopherson <sean.j.christopherson@...el.com>
To: linmiaohe <linmiaohe@...wei.com>
Cc: pbonzini@...hat.com, rkrcmar@...hat.com, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: get rid of var page in kvm_set_pfn_dirty()
On Thu, Dec 05, 2019 at 11:05:05AM +0800, linmiaohe wrote:
> From: Miaohe Lin <linmiaohe@...wei.com>
>
> We can get rid of unnecessary var page in
> kvm_set_pfn_dirty() , thus make code style
> similar with kvm_set_pfn_accessed().
For future reference, there's no need to wrap so aggressively, preferred
kernel style is to wrap at 75 columns (though for some reason I am in the
habit of wrapping changelogs at 73 columns), e.g.:
We can get rid of unnecessary var page in kvm_set_pfn_dirty(), thus make
code style similar with kvm_set_pfn_accessed().
Powered by blists - more mailing lists