diff options
author | Joel Savitz <[email protected]> | 2019-03-06 20:13:33 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-04-19 12:22:16 +0200 |
commit | bee9853932e90ce94bce4276ec6b7b06bc48070b (patch) | |
tree | ade3d5a28ea5cc319f444eac15ca17de1d53520a | |
parent | b1546edcf2aab710a5afc98d65c948a4bfac0353 (diff) |
sched/core: Fix typo in comment
Signed-off-by: Joel Savitz <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | kernel/sched/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 8b64ef0d5589..fb09eaad1d3a 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -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) |