linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing.
@ 2011-04-22 17:08 Justin P. Mattock
  2011-04-22 17:12 ` Cyrill Gorcunov
  2011-04-25 10:12 ` [tip:perf/core] perf events, x86, P4: Fix typo in comment tip-bot for Justin P. Mattock
  0 siblings, 2 replies; 3+ messages in thread
From: Justin P. Mattock @ 2011-04-22 17:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

The below patch fixes a typo in a comment.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/x86/kernel/cpu/perf_event_p4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/perf_event_p4.c b/arch/x86/kernel/cpu/perf_event_p4.c
index c2520e1..276adb9 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -1188,7 +1188,7 @@ static __init int p4_pmu_init(void)
 {
 	unsigned int low, high;
 
-	/* If we get stripped -- indexig fails */
+	/* If we get stripped -- indexing fails */
 	BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC);
 
 	rdmsr(MSR_IA32_MISC_ENABLE, low, high);
-- 
1.7.4.4


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

* Re: [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing.
  2011-04-22 17:08 [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing Justin P. Mattock
@ 2011-04-22 17:12 ` Cyrill Gorcunov
  2011-04-25 10:12 ` [tip:perf/core] perf events, x86, P4: Fix typo in comment tip-bot for Justin P. Mattock
  1 sibling, 0 replies; 3+ messages in thread
From: Cyrill Gorcunov @ 2011-04-22 17:12 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On 04/22/2011 09:08 PM, Justin P. Mattock wrote:
> The below patch fixes a typo in a comment.
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---

Thanks Justin!

-- 
    Cyrill

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

* [tip:perf/core] perf events, x86, P4: Fix typo in comment
  2011-04-22 17:08 [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing Justin P. Mattock
  2011-04-22 17:12 ` Cyrill Gorcunov
@ 2011-04-25 10:12 ` tip-bot for Justin P. Mattock
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Justin P. Mattock @ 2011-04-25 10:12 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, justinmattock, hpa, mingo, tglx, gorcunov, mingo

Commit-ID:  fa7b69475a6c192853949ba496dd9c37b497b548
Gitweb:     http://git.kernel.org/tip/fa7b69475a6c192853949ba496dd9c37b497b548
Author:     Justin P. Mattock <justinmattock@gmail.com>
AuthorDate: Fri, 22 Apr 2011 10:08:52 -0700
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 24 Apr 2011 13:16:04 +0200

perf events, x86, P4: Fix typo in comment

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: trivial@kernel.org
Link: http://lkml.kernel.org/r/1303492132-3004-1-git-send-email-justinmattock@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/cpu/perf_event_p4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/perf_event_p4.c b/arch/x86/kernel/cpu/perf_event_p4.c
index ae31e96..f4c1da2 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -1187,7 +1187,7 @@ static __init int p4_pmu_init(void)
 {
 	unsigned int low, high;
 
-	/* If we get stripped -- indexig fails */
+	/* If we get stripped -- indexing fails */
 	BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC);
 
 	rdmsr(MSR_IA32_MISC_ENABLE, low, high);

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

end of thread, other threads:[~2011-04-25 10:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 17:08 [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing Justin P. Mattock
2011-04-22 17:12 ` Cyrill Gorcunov
2011-04-25 10:12 ` [tip:perf/core] perf events, x86, P4: Fix typo in comment tip-bot for Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).