From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: typo of the comment Date: Mon, 10 Nov 2014 08:44:30 +0100 Message-ID: <20141110074430.GA10177@gmail.com> References: <545D8968.4080004@yeah.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, "Gleb Natapov Thomas Gleixner" , Ingo Molnar , "H. Peter Anvin" , "maintainer:X86 ARCHITECTURE..." , "open list:KERNEL VIRTUAL MA..." , "open list:X86 ARCHITECTURE..." To: john_gong Return-path: Received: from mail-wg0-f50.google.com ([74.125.82.50]:54001 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340AbaKJHof (ORCPT ); Mon, 10 Nov 2014 02:44:35 -0500 Content-Disposition: inline In-Reply-To: <545D8968.4080004@yeah.net> Sender: kvm-owner@vger.kernel.org List-ID: * john_gong wrote: > hi Paolo, > i find a typo of the comment. > > > From 09d5df31f0930e8e3eb10ad60a3debc53d6ce992 Mon Sep 17 00:00:00 2001 > From: john_gong > Date: Fri, 7 Nov 2014 07:32:17 +0800 > Subject: [PATCH] modify a typo of the comment > > Signed-off-by: john_gong > --- > arch/x86/kvm/x86.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > index ef432f8..42bb2c8 100644 > --- a/arch/x86/kvm/x86.c > +++ b/arch/x86/kvm/x86.c > @@ -214,7 +214,7 @@ void kvm_define_shared_msr(unsigned slot, u32 msr) > if (slot >= shared_msrs_global.nr) > shared_msrs_global.nr = slot + 1; > shared_msrs_global.msrs[slot] = msr; > - /* we need ensured the shared_msr_global have been updated */ > + /* we need ensured the shared_msrs_global have been updated */ > smp_wmb(); That's not the only typo in that sentence though. Thanks, Ingo