linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched/deadline: Fix indent in pick_next_task_dl()
@ 2018-08-15 17:09 Yi Wang
  0 siblings, 0 replies; only message in thread
From: Yi Wang @ 2018-08-15 17:09 UTC (permalink / raw)
  To: mingo; +Cc: peterz, linux-kernel, jiang.biao2, wang.yi59, zhong.weidong

Substitute spaces with tab before the call of function
dequeue_pushable_dl_task().

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 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 997ea7b..aa9038f 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -1753,7 +1753,7 @@ static struct sched_dl_entity *pick_next_dl_entity(struct rq *rq,
 	p->se.exec_start = rq_clock_task(rq);
 
 	/* Running task will never be pushed. */
-       dequeue_pushable_dl_task(rq, p);
+	dequeue_pushable_dl_task(rq, p);
 
 	if (hrtick_enabled(rq))
 		start_hrtick_dl(rq, p);
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-15 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-15 17:09 [PATCH] sched/deadline: Fix indent in pick_next_task_dl() Yi Wang

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).