projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13efa61
)
sched: Fix a typo in a comment
author
王文虎
<wenhu.wang@vivo.com>
Mon, 27 Jul 2020 13:39:51 +0000
(21:39 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Mon, 27 Jul 2020 21:37:53 +0000
(23:37 +0200)
Change the comment typo: "direcly" -> "directly".
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link:
https://lore.kernel.org/r/AAcAXwBTDSpsKN-5iyIOtaqk.1.1595857191899.Hmail.wenhu.wang@vivo.com
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 5033813fecd55bddf56f15d891d22e6f7e64168e..adf0125190d412c320a9c764b67cc6034bbad652 100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-374,7
+374,7
@@
struct util_est {
* For cfs_rq, they are the aggregated values of all runnable and blocked
* sched_entities.
*
- * The load/runnable/util_avg doesn't direcly factor frequency scaling and CPU
+ * The load/runnable/util_avg doesn't direc
t
ly factor frequency scaling and CPU
* capacity scaling. The scaling is done through the rq_clock_pelt that is used
* for computing those signals (see update_rq_clock_pelt())
*