aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Righi <[email protected]>2024-06-27 20:50:09 +0200
committerTejun Heo <[email protected]>2024-06-27 08:57:09 -1000
commit1ff4f169c9f576a73c529365770d82595c53b6ef (patch)
treeace408b2e421cf22951087523a88f17269b5c8e2
parentf97dcd0fcf7a95aaf448a9d1a7ed6c95e16dfcdb (diff)
sched_ext: fix typo in set_weight() description
Correct eight to weight in the description of the .set_weight() operation in sched_ext_ops. Signed-off-by: Andrea Righi <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
-rw-r--r--kernel/sched/ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/ext.c b/kernel/sched/ext.c
index 8e8b44f2c74a..f6e25545bfc0 100644
--- 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 weight [1..10000]
*
* Update @p's weight to @weight.
*/