projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c085fb8
)
perf: <linux/perf_event.h>: drop a duplicated word
author
Randy Dunlap
<rdunlap@infradead.org>
Sun, 19 Jul 2020 00:30:27 +0000
(17:30 -0700)
committer
Peter Zijlstra
<peterz@infradead.org>
Wed, 22 Jul 2020 08:22:08 +0000
(10:22 +0200)
Drop the repeated word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link:
https://lkml.kernel.org/r/20200719003027.20798-1-rdunlap@infradead.org
include/linux/perf_event.h
patch
|
blob
|
history
diff --git
a/include/linux/perf_event.h
b/include/linux/perf_event.h
index
3b22db0
..
0edd257
100644
(file)
--- a/
include/linux/perf_event.h
+++ b/
include/linux/perf_event.h
@@
-366,7
+366,7
@@
struct pmu {
* ->stop() with PERF_EF_UPDATE will read the counter and update
* period/count values like ->read() would.
*
- * ->start() with PERF_EF_RELOAD will reprogram the
the
counter
+ * ->start() with PERF_EF_RELOAD will reprogram the counter
* value, must be preceded by a ->stop() with PERF_EF_UPDATE.
*/
void (*start) (struct perf_event *event, int flags);