[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141110074430.GA10177@gmail.com>
Date: Mon, 10 Nov 2014 08:44:30 +0100
From: Ingo Molnar <mingo@...nel.org>
To: john_gong <john_gong@...h.net>
Cc: pbonzini@...hat.com,
"Gleb Natapov <gleb@...nel.org> Thomas Gleixner" <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
"maintainer:X86 ARCHITECTURE..." <x86@...nel.org>,
"open list:KERNEL VIRTUAL MA..." <kvm@...r.kernel.org>,
"open list:X86 ARCHITECTURE..." <linux-kernel@...r.kernel.org>
Subject: Re: typo of the comment
* john_gong <john_gong@...h.net> wrote:
> hi Paolo,
> i find a typo of the comment.
>
>
> From 09d5df31f0930e8e3eb10ad60a3debc53d6ce992 Mon Sep 17 00:00:00 2001
> From: john_gong <john_gong@...h.net>
> Date: Fri, 7 Nov 2014 07:32:17 +0800
> Subject: [PATCH] modify a typo of the comment
>
> Signed-off-by: john_gong <john_gong@...h.net>
> ---
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists