All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] kernel: sched: delete repeated words in comments
@ 2020-12-21  4:40 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2020-12-21  4:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Mathieu Desnoyers, Paul E. McKenney, Ingo Molnar,
	Peter Zijlstra, Juri Lelli, Vincent Guittot

Drop repeated words in kernel/sched/.
{in, not}

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: "Paul E. McKenney" <paulmck@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
---
v2: rebase, resend

 kernel/sched/fair.c       |    2 +-
 kernel/sched/membarrier.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20201218.orig/kernel/sched/fair.c
+++ linux-next-20201218/kernel/sched/fair.c
@@ -5133,7 +5133,7 @@ static void do_sched_cfs_slack_timer(str
 /*
  * When a group wakes up we want to make sure that its quota is not already
  * expired/exceeded, otherwise it may be allowed to steal additional ticks of
- * runtime as update_curr() throttling can not not trigger until it's on-rq.
+ * runtime as update_curr() throttling can not trigger until it's on-rq.
  */
 static void check_enqueue_throttle(struct cfs_rq *cfs_rq)
 {
--- linux-next-20201218.orig/kernel/sched/membarrier.c
+++ linux-next-20201218/kernel/sched/membarrier.c
@@ -454,7 +454,7 @@ static int sync_runqueues_membarrier_sta
 
 	/*
 	 * For each cpu runqueue, if the task's mm match @mm, ensure that all
-	 * @mm's membarrier state set bits are also set in in the runqueue's
+	 * @mm's membarrier state set bits are also set in the runqueue's
 	 * membarrier state. This ensures that a runqueue scheduling
 	 * between threads which are users of @mm has its membarrier state
 	 * updated.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-21  4:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21  4:40 [PATCH v2] kernel: sched: delete repeated words in comments Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.