On Thu, Dec 05, 2019 at 11:05:05AM +0800, linmiaohe wrote: > From: Miaohe Lin <linmiaohe@xxxxxxxxxx> > > 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().