kernel: sched: fix misleading intendation
authorAnan Jaser <ananjaser@gmail.com>
Tue, 22 Sep 2020 22:59:17 +0000 (02:59 +0400)
committerAnan Jaser <ananjaser@gmail.com>
Tue, 22 Sep 2020 22:59:17 +0000 (02:59 +0400)
Change-Id: Ife6638d4ce17a1e8f58c747b905b87257ebe170b

kernel/sched/fair.c

index 8a1f6293176a8b6912f3a9d0f23f8e5aa3d2c007..1dad9586d55b2449a7192b7db8325f1ce2e651ba 100644 (file)
@@ -9920,9 +9920,9 @@ static int move_specific_task(struct lb_env *env, struct task_struct *pm)
        struct task_struct *p, *n;
 
        list_for_each_entry_safe(p, n, &env->src_rq->cfs_tasks, se.group_node) {
-       if (throttled_lb_pair(task_group(p), env->src_rq->cpu,
+               if (throttled_lb_pair(task_group(p), env->src_rq->cpu,
                                env->dst_cpu))
-               continue;
+                       continue;
 
                if (!hmp_can_migrate_task(p, env))
                        continue;