Skip to content

Commit e1ff516

Browse files
Yi WangIngo Molnar
authored andcommitted
sched/fair: Fix a comment in task_numa_fault()
Duplicated 'case it'. Signed-off-by: Yi Wang <wang.yi59@zte.com.cn> Reviewed-by: Xi Xu <xu.xi8@zte.com.cn> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: zhong.weidong@zte.com.cn Link: http://lkml.kernel.org/r/1541379013-11352-1-git-send-email-wang.yi59@zte.com.cn Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 40fa378 commit e1ff516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/sched/fair.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,8 +2400,8 @@ void task_numa_fault(int last_cpupid, int mem_node, int pages, int flags)
24002400
local = 1;
24012401

24022402
/*
2403-
* Retry task to preferred node migration periodically, in case it
2404-
* case it previously failed, or the scheduler moved us.
2403+
* Retry to migrate task to preferred node periodically, in case it
2404+
* previously failed, or the scheduler moved us.
24052405
*/
24062406
if (time_after(jiffies, p->numa_migrate_retry)) {
24072407
task_numa_placement(p);

0 commit comments

Comments
 (0)