Commit bee98539 authored by Joel Savitz's avatar Joel Savitz Committed by Ingo Molnar

sched/core: Fix typo in comment

Signed-off-by: default avatarJoel Savitz <jsavitz@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: trivial@kernel.org
Link: http://lkml.kernel.org/r/1551921213-813-1-git-send-email-jsavitz@redhat.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent b1546edc
......@@ -924,7 +924,7 @@ static inline bool is_per_cpu_kthread(struct task_struct *p)
}
/*
* Per-CPU kthreads are allowed to run on !actie && online CPUs, see
* Per-CPU kthreads are allowed to run on !active && online CPUs, see
* __set_cpus_allowed_ptr() and select_fallback_rq().
*/
static inline bool is_cpu_allowed(struct task_struct *p, int cpu)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment