[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9846d50df3def5bff9d8a408a958722e79bcaa10@git.kernel.org>
Date: Thu, 10 Nov 2016 23:37:25 -0800
From: tip-bot for Daniel Bristot de Oliveira <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, tglx@...utronix.de, peterz@...radead.org,
juri.lelli@....com, luca.abeni@...tn.it, mingo@...nel.org,
bristot@...hat.com, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org
Subject: [tip:sched/core] sched/deadline: Fix typo in a comment
Commit-ID: 9846d50df3def5bff9d8a408a958722e79bcaa10
Gitweb: http://git.kernel.org/tip/9846d50df3def5bff9d8a408a958722e79bcaa10
Author: Daniel Bristot de Oliveira <bristot@...hat.com>
AuthorDate: Tue, 8 Nov 2016 11:15:23 +0100
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Fri, 11 Nov 2016 08:28:52 +0100
sched/deadline: Fix typo in a comment
In the comment:
/*
* The task might have changed its scheduling policy to something
* different than SCHED_DEADLINE (through switched_fromd_dl()).
*/
s/fromd/from/
Signed-off-by: Daniel Bristot de Oliveira <bristot@...hat.com>
Cc: Juri Lelli <juri.lelli@....com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Luca Abeni <luca.abeni@...tn.it>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/5408b3b3f9ee197a7b7f10fb834341100a4f2c88.1478599881.git.bristot@redhat.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
kernel/sched/deadline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index 37e2449..c61b461 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -586,7 +586,7 @@ static enum hrtimer_restart dl_task_timer(struct hrtimer *timer)
/*
* The task might have changed its scheduling policy to something
- * different than SCHED_DEADLINE (through switched_fromd_dl()).
+ * different than SCHED_DEADLINE (through switched_from_dl()).
*/
if (!dl_task(p)) {
__dl_clear_params(p);
Powered by blists - more mailing lists