All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf/x86: Fix typo in core.c
@ 2019-08-16  8:43 Su Yanjun
  2019-08-19  9:55 ` [tip:perf/urgent] perf/x86: Fix typo in comment tip-bot for Su Yanjun
  0 siblings, 1 reply; 2+ messages in thread
From: Su Yanjun @ 2019-08-16  8:43 UTC (permalink / raw)
  To: peterz, mingo; +Cc: x86, linux-kernel, suyj.fnst

No functional change related.

Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com>
---
 arch/x86/events/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 81b005e..325959d 100644
--- a/arch/x86/events/core.c
+++ b/arch/x86/events/core.c
@@ -1236,7 +1236,7 @@ void x86_pmu_enable_event(struct perf_event *event)
  * Add a single event to the PMU.
  *
  * The event is added to the group of enabled events
- * but only if it can be scehduled with existing events.
+ * but only if it can be scheduled with existing events.
  */
 static int x86_pmu_add(struct perf_event *event, int flags)
 {
-- 
2.7.4




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

* [tip:perf/urgent] perf/x86: Fix typo in comment
  2019-08-16  8:43 [PATCH] perf/x86: Fix typo in core.c Su Yanjun
@ 2019-08-19  9:55 ` tip-bot for Su Yanjun
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Su Yanjun @ 2019-08-19  9:55 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, peterz, suyj.fnst, torvalds, tglx

Commit-ID:  77d760328ee015cf89460c52bfd5a6b0a09b7472
Gitweb:     https://git.kernel.org/tip/77d760328ee015cf89460c52bfd5a6b0a09b7472
Author:     Su Yanjun <suyj.fnst@cn.fujitsu.com>
AuthorDate: Fri, 16 Aug 2019 16:43:21 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 19 Aug 2019 11:50:24 +0200

perf/x86: Fix typo in comment

No functional change.

Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1565945001-4413-1-git-send-email-suyj.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/events/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 81b005e4c7d9..325959d19d9a 100644
--- a/arch/x86/events/core.c
+++ b/arch/x86/events/core.c
@@ -1236,7 +1236,7 @@ void x86_pmu_enable_event(struct perf_event *event)
  * Add a single event to the PMU.
  *
  * The event is added to the group of enabled events
- * but only if it can be scehduled with existing events.
+ * but only if it can be scheduled with existing events.
  */
 static int x86_pmu_add(struct perf_event *event, int flags)
 {

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

end of thread, other threads:[~2019-08-19  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16  8:43 [PATCH] perf/x86: Fix typo in core.c Su Yanjun
2019-08-19  9:55 ` [tip:perf/urgent] perf/x86: Fix typo in comment tip-bot for Su Yanjun

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.