linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched: fix spelling of active in comment on is_cpu_allowed()
@ 2019-03-07  1:13 Joel Savitz
  2019-03-07 14:44 ` Joel Savitz
  2019-04-19 10:25 ` [tip:sched/core] sched/core: Fix typo in comment tip-bot for Joel Savitz
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Savitz @ 2019-03-07  1:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Joel Savitz, Ingo Molnar, Peter Zijlstra, trivial

trivial fix of documentation typo

Signed-off-by: Joel Savitz <jsavitz@redhat.com>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index ead464a..2e2e19b 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -920,7 +920,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)
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] sched: fix spelling of active in comment on is_cpu_allowed()
  2019-03-07  1:13 [PATCH] sched: fix spelling of active in comment on is_cpu_allowed() Joel Savitz
@ 2019-03-07 14:44 ` Joel Savitz
  2019-04-19 10:25 ` [tip:sched/core] sched/core: Fix typo in comment tip-bot for Joel Savitz
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Savitz @ 2019-03-07 14:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Peter Zijlstra, trivial, Philip Auld

Best,
Joel Savitz


On Wed, Mar 6, 2019 at 8:13 PM Joel Savitz <jsavitz@redhat.com> wrote:
>
> trivial fix of documentation typo
>
> Signed-off-by: Joel Savitz <jsavitz@redhat.com>
> ---
>  kernel/sched/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/sched/core.c b/kernel/sched/core.c
> index ead464a..2e2e19b 100644
> --- a/kernel/sched/core.c
> +++ b/kernel/sched/core.c
> @@ -920,7 +920,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)
> --
> 1.8.3.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:sched/core] sched/core: Fix typo in comment
  2019-03-07  1:13 [PATCH] sched: fix spelling of active in comment on is_cpu_allowed() Joel Savitz
  2019-03-07 14:44 ` Joel Savitz
@ 2019-04-19 10:25 ` tip-bot for Joel Savitz
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Joel Savitz @ 2019-04-19 10:25 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, mingo, peterz, jsavitz, akpm, tglx, linux-kernel, torvalds

Commit-ID:  bee9853932e90ce94bce4276ec6b7b06bc48070b
Gitweb:     https://git.kernel.org/tip/bee9853932e90ce94bce4276ec6b7b06bc48070b
Author:     Joel Savitz <jsavitz@redhat.com>
AuthorDate: Wed, 6 Mar 2019 20:13:33 -0500
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Fri, 19 Apr 2019 12:22:16 +0200

sched/core: Fix typo in comment

Signed-off-by: Joel 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.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-19 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07  1:13 [PATCH] sched: fix spelling of active in comment on is_cpu_allowed() Joel Savitz
2019-03-07 14:44 ` Joel Savitz
2019-04-19 10:25 ` [tip:sched/core] sched/core: Fix typo in comment tip-bot for Joel Savitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).