linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched/deadline: Fix typo in a comment
@ 2016-11-08 10:15 Daniel Bristot de Oliveira
  2016-11-11  7:37 ` [tip:sched/core] " tip-bot for Daniel Bristot de Oliveira
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Bristot de Oliveira @ 2016-11-08 10:15 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra; +Cc: Juri Lelli, Luca Abeni, linux-kernel

In the comment:
        /*
         * The task might have changed its scheduling policy to something
         * different than SCHED_DEADLINE (through switched_fromd_dl()).
         */

s/switched_fromd_dl/switched_from_dl/

Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@arm.com>
Cc: Luca Abeni <luca.abeni@unitn.it>
Cc: linux-kernel@vger.kernel.org


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);
-- 
2.7.4

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

* [tip:sched/core] sched/deadline: Fix typo in a comment
  2016-11-08 10:15 [PATCH] sched/deadline: Fix typo in a comment Daniel Bristot de Oliveira
@ 2016-11-11  7:37 ` tip-bot for Daniel Bristot de Oliveira
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Daniel Bristot de Oliveira @ 2016-11-11  7:37 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, tglx, peterz, juri.lelli, luca.abeni, mingo, bristot,
	linux-kernel, torvalds

Commit-ID:  9846d50df3def5bff9d8a408a958722e79bcaa10
Gitweb:     http://git.kernel.org/tip/9846d50df3def5bff9d8a408a958722e79bcaa10
Author:     Daniel Bristot de Oliveira <bristot@redhat.com>
AuthorDate: Tue, 8 Nov 2016 11:15:23 +0100
Committer:  Ingo Molnar <mingo@kernel.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@redhat.com>
Cc: Juri Lelli <juri.lelli@arm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Luca Abeni <luca.abeni@unitn.it>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/5408b3b3f9ee197a7b7f10fb834341100a4f2c88.1478599881.git.bristot@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.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);

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

end of thread, other threads:[~2016-11-12 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 10:15 [PATCH] sched/deadline: Fix typo in a comment Daniel Bristot de Oliveira
2016-11-11  7:37 ` [tip:sched/core] " tip-bot for Daniel Bristot de Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).