projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97dcd0
)
sched_ext: fix typo in set_weight() description
author
Andrea Righi
<andrea.righi@canonical.com>
Thu, 27 Jun 2024 18:50:09 +0000
(20:50 +0200)
committer
Tejun Heo
<tj@kernel.org>
Thu, 27 Jun 2024 18:57:09 +0000
(08:57 -1000)
Correct eight to weight in the description of the .set_weight()
operation in sched_ext_ops.
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched/ext.c
b/kernel/sched/ext.c
index 8e8b44f2c74ad48652246331c51d23f2b1e9aa94..f6e25545bfc0ea4dcd2dd566f1ee52dc20449589 100644
(file)
--- a/
kernel/sched/ext.c
+++ b/
kernel/sched/ext.c
@@
-369,7
+369,7
@@
struct sched_ext_ops {
/**
* set_weight - Set task weight
* @p: task to set weight for
- * @weight: new eight [1..10000]
+ * @weight: new
w
eight [1..10000]
*
* Update @p's weight to @weight.
*/