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:
Andrea Righi 2024-06-27 20:50:09 +02:00 committed by Tejun Heo
parent f97dcd0fcf
commit 1ff4f169c9

View File

@ -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.
*/