Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1517025 > unrolled thread

[PATCH] sched/deadline: Fix typo in a comment

Started byDaniel Bristot de Oliveira <bristot@redhat.com>
First post2016-11-08 11:20 +0100
Last post2016-11-08 11:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] sched/deadline: Fix typo in a comment Daniel Bristot de Oliveira <bristot@redhat.com> - 2016-11-08 11:20 +0100

#1517025 — [PATCH] sched/deadline: Fix typo in a comment

FromDaniel Bristot de Oliveira <bristot@redhat.com>
Date2016-11-08 11:20 +0100
Subject[PATCH] sched/deadline: Fix typo in a comment
Message-ID<sBbFv-84M-5@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web