From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 2/2] [TRIVIAL]KVM: fix a typo in comment Date: Wed, 27 Jun 2012 22:00:54 -0300 Message-ID: <20120628010054.GB18388@amt.cnet> References: <1339731271.5594.6.camel@yanx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Guo Chao Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42249 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752672Ab2F1B0y (ORCPT ); Wed, 27 Jun 2012 21:26:54 -0400 Content-Disposition: inline In-Reply-To: <1339731271.5594.6.camel@yanx> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 15, 2012 at 11:34:31AM +0800, Guo Chao wrote: > > Signed-off-by: Guo Chao > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index f48cef3..7593693 100644 > --- a/arch/x86/kvm/vmx.c > +++ b/arch/x86/kvm/vmx.c > @@ -5880,7 +5880,7 @@ static int vmx_handle_exit(struct kvm_vcpu *vcpu) > return handle_invalid_guest_state(vcpu); > > /* > - * the KVM_REQ_EVENT optimization bit is only on for one entry, and if > + * The KVM_REQ_EVENT optimization bit is only on for one entry, and if > * we did not inject a still-pending event to L1 now because of > * nested_run_pending, we need to re-enable this bit. > */ There is no rule about comments in code starting with uppercase. Patches to correct spelling would be accepted.