Commit 1ff4f169 authored by Andrea Righi's avatar Andrea Righi Committed by Tejun Heo

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: default avatarAndrea Righi <andrea.righi@canonical.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent f97dcd0f
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment