mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 11:47:47 +00:00
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 <andrea.righi@canonical.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
f97dcd0fcf
commit
1ff4f169c9
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user