public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* typo of the comment
@ 2014-11-08  3:09 john_gong
  2014-11-10  7:44 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: john_gong @ 2014-11-08  3:09 UTC (permalink / raw)
  To: pbonzini, Gleb Natapov <gleb@kernel.org> Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, maintainer:X86 ARCHITECTURE...,
	open list:KERNEL VIRTUAL MA..., open list:X86 ARCHITECTURE...

hi Paolo,
i find a typo of the comment.


 From 09d5df31f0930e8e3eb10ad60a3debc53d6ce992 Mon Sep 17 00:00:00 2001
From: john_gong <john_gong@yeah.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@yeah.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();
  }
  EXPORT_SYMBOL_GPL(kvm_define_shared_msr);
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: typo of the comment
  2014-11-08  3:09 typo of the comment john_gong
@ 2014-11-10  7:44 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2014-11-10  7:44 UTC (permalink / raw)
  To: john_gong
  Cc: pbonzini, Gleb Natapov <gleb@kernel.org> Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, maintainer:X86 ARCHITECTURE...,
	open list:KERNEL VIRTUAL MA..., open list:X86 ARCHITECTURE...


* john_gong <john_gong@yeah.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@yeah.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@yeah.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-10  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-08  3:09 typo of the comment john_gong
2014-11-10  7:44 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox