All of lore.kernel.org
 help / color / mirror / Atom feed
From: john_gong <john_gong@yeah.net>
To: pbonzini@redhat.com,
	"Gleb Natapov <gleb@kernel.org> Thomas Gleixner"
	<tglx@linutronix.de>, Ingo Molnar <mingo@redhat.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	"maintainer:X86 ARCHITECTURE..." <"x86"@kernel.org>,
	"open list:KERNEL VIRTUAL MA..." <"kvm"@vger.kernel.org>,
	"open list:X86 ARCHITECTURE..." <"linux-kernel"@vger.kernel.org>
Subject: typo of the comment
Date: Sat, 08 Nov 2014 11:09:28 +0800	[thread overview]
Message-ID: <545D8968.4080004@yeah.net> (raw)

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



             reply	other threads:[~2014-11-08  3:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-08  3:09 john_gong [this message]
2014-11-10  7:44 ` typo of the comment Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=545D8968.4080004@yeah.net \
    --to=john_gong@yeah.net \
    --cc=hpa@zytor.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.