aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-18 17:30:27 -0700
committerPeter Zijlstra <peterz@infradead.org>2020-07-22 10:22:08 +0200
commitc2127e14c127de2775feefdfb1444e30a129a59f (patch)
tree781e2f912622353dada466757c19545ca0f7e97e /include/linux/perf_event.h
parentperf/x86/intel/lbr: Support XSAVES for arch LBR read (diff)
downloadlinux-dev-c2127e14c127de2775feefdfb1444e30a129a59f.tar.xz
linux-dev-c2127e14c127de2775feefdfb1444e30a129a59f.zip
perf: <linux/perf_event.h>: drop a duplicated word
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
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 3b22db08b6fb..0edd257a5916 100644
--- 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);