diff mbox series

[05/15] mm: memcontrol.c: delete duplicated words

Message ID 20200801173822.14973-6-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series mm: delete duplicated words and fix typos | expand

Commit Message

Randy Dunlap Aug. 1, 2020, 5:38 p.m. UTC
Drop the repeated word "down".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
To: linux-mm@kvack.org
---
 mm/memcontrol.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200731.orig/mm/memcontrol.c
+++ linux-next-20200731/mm/memcontrol.c
@@ -2416,7 +2416,7 @@  static void high_work_func(struct work_s
  *
  * - MEMCG_DELAY_PRECISION_SHIFT: Extra precision bits while translating the
  *   overage ratio to a delay.
- * - MEMCG_DELAY_SCALING_SHIFT: The number of bits to scale down down the
+ * - MEMCG_DELAY_SCALING_SHIFT: The number of bits to scale down the
  *   proposed penalty in order to reduce to a reasonable number of jiffies, and
  *   to produce a reasonable delay curve.
  *