From: Andrea Righi Date: Thu, 27 Jun 2024 18:50:09 +0000 (+0200) Subject: sched_ext: fix typo in set_weight() description X-Git-Tag: v6.12-rc1~111^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff4f169c9f576a73c529365770d82595c53b6ef;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Tejun Heo --- diff --git a/kernel/sched/ext.c b/kernel/sched/ext.c index 8e8b44f2c74ad..f6e25545bfc0e 100644 --- a/kernel/sched/ext.c +++ b/kernel/sched/ext.c @@ -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. */