From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH] KVM: VMX: remove unprintable characters from comment Date: Sun, 28 Apr 2013 08:56:21 +0300 Message-ID: <20130428055621.GC30504@redhat.com> References: <1367060280-26301-1-git-send-email-jan.kiszka@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcelo Tosatti , kvm@vger.kernel.org To: jan.kiszka@web.de Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36498 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969Ab3D1F4Y (ORCPT ); Sun, 28 Apr 2013 01:56:24 -0400 Content-Disposition: inline In-Reply-To: <1367060280-26301-1-git-send-email-jan.kiszka@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Apr 27, 2013 at 12:58:00PM +0200, jan.kiszka@web.de wrote: > From: Jan Kiszka > > Slipped in while copy&pasting from the SDM. > > Signed-off-by: Jan Kiszka Applied, thanks. > --- > arch/x86/kvm/vmx.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index 7a320f4..d663a59 100644 > --- a/arch/x86/kvm/vmx.c > +++ b/arch/x86/kvm/vmx.c > @@ -7650,7 +7650,7 @@ static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) > } > > /* > - * If the ?load IA32_EFER? VM-entry control is 1, the following checks > + * If the load IA32_EFER VM-entry control is 1, the following checks > * are performed on the field for the IA32_EFER MSR: > * - Bits reserved in the IA32_EFER MSR must be 0. > * - Bit 10 (corresponding to IA32_EFER.LMA) must equal the value of > -- > 1.7.3.4 -- Gleb.