projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0078e2
)
trace/events/sched.h: fix duplicated word
author
Randy Dunlap
<rdunlap@infradead.org>
Thu, 16 Jul 2020 01:31:38 +0000
(18:31 -0700)
committer
Peter Zijlstra
<peterz@infradead.org>
Wed, 22 Jul 2020 08:22:05 +0000
(10:22 +0200)
Change "It it" to "It is".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link:
https://lkml.kernel.org/r/25305c1d-4ee8-e091-d20f-e700ddad49fd@infradead.org
include/trace/events/sched.h
patch
|
blob
|
history
diff --git
a/include/trace/events/sched.h
b/include/trace/events/sched.h
index 0d5ff0958d4890a4d7ba64a66be5e4b56b587ab1..fec25b9cfbafa937256c30f87c61aa2748519a7a 100644
(file)
--- 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 i
t
not always called from the waking context.
+ * It i
s
not always called from the waking context.
*/
DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
TP_PROTO(struct task_struct *p),