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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */