[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <159540948033.4006.2556743028468731348.tip-bot2@tip-bot2>
Date: Wed, 22 Jul 2020 09:18:00 -0000
From: "tip-bot2 for Randy Dunlap" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [tip: perf/core] perf: <linux/perf_event.h>: drop a duplicated word
The following commit has been merged into the perf/core branch of tip:
Commit-ID: c2127e14c127de2775feefdfb1444e30a129a59f
Gitweb: https://git.kernel.org/tip/c2127e14c127de2775feefdfb1444e30a129a59f
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Sat, 18 Jul 2020 17:30:27 -07:00
Committer: Peter Zijlstra <peterz@...radead.org>
CommitterDate: Wed, 22 Jul 2020 10:22:08 +02:00
perf: <linux/perf_event.h>: drop a duplicated word
Drop the repeated word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Link: https://lkml.kernel.org/r/20200719003027.20798-1-rdunlap@infradead.org
---
include/linux/perf_event.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 3b22db0..0edd257 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);
Powered by blists - more mailing lists