projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1abaeb
)
perf/x86: Fix typo in comment
author
Su Yanjun
<suyj.fnst@cn.fujitsu.com>
Fri, 16 Aug 2019 08:43:21 +0000
(16:43 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Mon, 19 Aug 2019 09:50:24 +0000
(11:50 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/x86/events/core.c
b/arch/x86/events/core.c
index 81b005e4c7d9f956e632b82cef9302976fc73e6c..325959d19d9a859b0f153d9c3a09ec9fe54833a2 100644
(file)
--- 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 sc
eh
duled with existing events.
+ * but only if it can be sc
he
duled with existing events.
*/
static int x86_pmu_add(struct perf_event *event, int flags)
{