[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-77d760328ee015cf89460c52bfd5a6b0a09b7472@git.kernel.org>
Date: Mon, 19 Aug 2019 02:55:05 -0700
From: tip-bot for Su Yanjun <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
peterz@...radead.org, suyj.fnst@...fujitsu.com,
torvalds@...ux-foundation.org, tglx@...utronix.de
Subject: [tip:perf/urgent] perf/x86: Fix typo in comment
Commit-ID: 77d760328ee015cf89460c52bfd5a6b0a09b7472
Gitweb: https://git.kernel.org/tip/77d760328ee015cf89460c52bfd5a6b0a09b7472
Author: Su Yanjun <suyj.fnst@...fujitsu.com>
AuthorDate: Fri, 16 Aug 2019 16:43:21 +0800
Committer: Ingo Molnar <mingo@...nel.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@...fujitsu.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/1565945001-4413-1-git-send-email-suyj.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@...nel.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)
{
Powered by blists - more mailing lists