* [PATCH] mm/ksm: fix missing comma in comment
@ 2024-04-02 13:44 Yu-Cheng Chen
0 siblings, 0 replies; only message in thread
From: Yu-Cheng Chen @ 2024-04-02 13:44 UTC (permalink / raw)
To: akpm; +Cc: linux-mm, linux-kernel, Yu-Cheng Chen
This commit added an omitted comma to separate clauses, to ensure
grammatical correctness.
Signed-off-by: Yu-Cheng Chen <otteryc210@gmail.com>
---
mm/ksm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/ksm.c b/mm/ksm.c
index 8c001819c..b4de5a9ed 100644
--- a/mm/ksm.c
+++ b/mm/ksm.c
@@ -385,7 +385,7 @@ static unsigned long ewma(unsigned long prev, unsigned long curr)
*
* new_pages_to_scan = pages_to_scan * (scan_time / target_scan_time)
*
- * To avoid perturbations it calculates a change factor of previous changes.
+ * To avoid perturbations, it calculates a change factor of previous changes.
* A new change factor is calculated for each iteration and it uses an
* exponentially weighted moving average. The new pages_to_scan value is
* multiplied with that change factor:
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-02 13:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 13:44 [PATCH] mm/ksm: fix missing comma in comment Yu-Cheng Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox