提交 c2127e14 编写于 作者: R Randy Dunlap 提交者: Peter Zijlstra

perf: <linux/perf_event.h>: drop a duplicated word

Drop the repeated word "the" in a comment.
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200719003027.20798-1-rdunlap@infradead.org
上级 c085fb87
...@@ -366,7 +366,7 @@ struct pmu { ...@@ -366,7 +366,7 @@ struct pmu {
* ->stop() with PERF_EF_UPDATE will read the counter and update * ->stop() with PERF_EF_UPDATE will read the counter and update
* period/count values like ->read() would. * 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. * value, must be preceded by a ->stop() with PERF_EF_UPDATE.
*/ */
void (*start) (struct perf_event *event, int flags); void (*start) (struct perf_event *event, int flags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册