The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] sched_ext: fix typo in set_weight() description
@ 2024-06-27 18:50 Andrea Righi
  2024-06-27 19:05 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Righi @ 2024-06-27 18:50 UTC (permalink / raw)
  To: Tejun Heo, David Vernet; +Cc: linux-kernel, Andrea Righi

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>
---
 kernel/sched/ext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/ext.c b/kernel/sched/ext.c
index 8e8b44f2c74a..f6e25545bfc0 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.
 	 */
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sched_ext: fix typo in set_weight() description
  2024-06-27 18:50 [PATCH] sched_ext: fix typo in set_weight() description Andrea Righi
@ 2024-06-27 19:05 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2024-06-27 19:05 UTC (permalink / raw)
  To: Andrea Righi; +Cc: David Vernet, linux-kernel

On Thu, Jun 27, 2024 at 08:50:09PM +0200, Andrea Righi wrote:
> 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>

Applied to sched_ext/for-6.11.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-27 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27 18:50 [PATCH] sched_ext: fix typo in set_weight() description Andrea Righi
2024-06-27 19:05 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox