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>

authored by Yi Wang and committed by Ingo Molnar e1ff516a 40fa3780

Changed files
+2 -2
kernel
sched
+2 -2
kernel/sched/fair.c
··· 2400 2400 local = 1; 2401 2401 2402 2402 /* 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. 2405 2405 */ 2406 2406 if (time_after(jiffies, p->numa_migrate_retry)) { 2407 2407 task_numa_placement(p);