[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <159540914537.4006.9594833969262320461.tip-bot2@tip-bot2>
Date: Wed, 22 Jul 2020 09:12:25 -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: sched/core] trace/events/sched.h: fix duplicated word
The following commit has been merged into the sched/core branch of tip:
Commit-ID: 2705937a0395bd15d515a2a302d26ebc8318c035
Gitweb: https://git.kernel.org/tip/2705937a0395bd15d515a2a302d26ebc8318c035
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Wed, 15 Jul 2020 18:31:38 -07:00
Committer: Peter Zijlstra <peterz@...radead.org>
CommitterDate: Wed, 22 Jul 2020 10:22:05 +02:00
trace/events/sched.h: fix duplicated word
Change "It it" to "It is".
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Link: https://lkml.kernel.org/r/25305c1d-4ee8-e091-d20f-e700ddad49fd@infradead.org
---
include/trace/events/sched.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/trace/events/sched.h b/include/trace/events/sched.h
index 0d5ff09..fec25b9 100644
--- a/include/trace/events/sched.h
+++ b/include/trace/events/sched.h
@@ -91,7 +91,7 @@ DEFINE_EVENT(sched_wakeup_template, sched_waking,
/*
* Tracepoint called when the task is actually woken; p->state == TASK_RUNNNG.
- * It it not always called from the waking context.
+ * It is not always called from the waking context.
*/
DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
TP_PROTO(struct task_struct *p),
Powered by blists - more mailing lists