]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
sched_ext: fix typo in set_weight() description
authorAndrea Righi <andrea.righi@canonical.com>
Thu, 27 Jun 2024 18:50:09 +0000 (20:50 +0200)
committerTejun Heo <tj@kernel.org>
Thu, 27 Jun 2024 18:57:09 +0000 (08:57 -1000)
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>
kernel/sched/ext.c

index 8e8b44f2c74ad48652246331c51d23f2b1e9aa94..f6e25545bfc0ea4dcd2dd566f1ee52dc20449589 100644 (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.
         */