lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu,  9 Jun 2022 14:57:17 +0800
From:   Steven Lung <1030steven@...il.com>
To:     mingo@...hat.com
Cc:     peterz@...radead.org, juri.lelli@...hat.com,
        vincent.guittot@...aro.org, dietmar.eggemann@....com,
        rostedt@...dmis.org, bsegall@...gle.com, mgorman@...e.de,
        bristot@...hat.com, vschneid@...hat.com,
        linux-kernel@...r.kernel.org, 1030steven@...il.com
Subject: [PATCH] sched/fair: Make 'enqueue' spelling consistent

In this file, there are two types of spelling for the word 'enqueue'
in present continuous: 'enqueueing' and 'enqueuing'. 'Enqueuing' is
used more than the other, so I replaced all the 'enqueueing' to
'enqueuing' for making the spelling in this file consistent.

Signed-off-by: Steven Lung <1030steven@...il.com>
---
 kernel/sched/fair.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 77b2048a9..37317710d 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -1000,7 +1000,7 @@ update_stats_enqueue_fair(struct cfs_rq *cfs_rq, struct sched_entity *se, int fl
 		return;
 
 	/*
-	 * Are we enqueueing a waiting task? (for current tasks
+	 * Are we enqueuing a waiting task? (for current tasks
 	 * a dequeue/enqueue event is a NOP)
 	 */
 	if (se != cfs_rq->curr)
@@ -1018,7 +1018,7 @@ update_stats_dequeue_fair(struct cfs_rq *cfs_rq, struct sched_entity *se, int fl
 		return;
 
 	/*
-	 * Mark the end of the wait period if dequeueing a
+	 * Mark the end of the wait period if dequeuing a
 	 * waiting task:
 	 */
 	if (se != cfs_rq->curr)
@@ -3920,7 +3920,7 @@ static inline void update_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *s
 		 * !last_update_time means we've passed through
 		 * migrate_task_rq_fair() indicating we migrated.
 		 *
-		 * IOW we're enqueueing a task on a new CPU.
+		 * IOW we're enqueuing a task on a new CPU.
 		 */
 		attach_entity_load_avg(cfs_rq, se);
 		update_tg_load_avg(cfs_rq);
-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ