mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02: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…
Reference in New Issue
Block a user