All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: linux-mm@kvack.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 09/15] mm: page_alloc.c: delete or fix duplicated words
Date: Sat,  1 Aug 2020 10:38:16 -0700	[thread overview]
Message-ID: <20200801173822.14973-10-rdunlap@infradead.org> (raw)
In-Reply-To: <20200801173822.14973-1-rdunlap@infradead.org>

Drop the repeated word "them" and "that".
Change "the the" to "to the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
To: linux-mm@kvack.org
---
 mm/page_alloc.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-next-20200731.orig/mm/page_alloc.c
+++ linux-next-20200731/mm/page_alloc.c
@@ -4295,7 +4295,7 @@ retry:
 	/*
 	 * If an allocation failed after direct reclaim, it could be because
 	 * pages are pinned on the per-cpu lists or in high alloc reserves.
-	 * Shrink them them and try again
+	 * Shrink them and try again
 	 */
 	if (!page && !drained) {
 		unreserve_highatomic_pageblock(ac, false);
@@ -6205,7 +6205,7 @@ static int zone_batchsize(struct zone *z
  * locking.
  *
  * Any new users of pcp->batch and pcp->high should ensure they can cope with
- * those fields changing asynchronously (acording the the above rule).
+ * those fields changing asynchronously (acording to the above rule).
  *
  * mutex_is_locked(&pcp_batch_high_lock) required when calling this function
  * outside of boot time (or some other assurance that no concurrent updaters
@@ -8216,7 +8216,7 @@ void *__init alloc_large_system_hash(con
  * race condition. So you can't expect this function should be exact.
  *
  * Returns a page without holding a reference. If the caller wants to
- * dereference that page (e.g., dumping), it has to make sure that that it
+ * dereference that page (e.g., dumping), it has to make sure that it
  * cannot get removed (e.g., via memory unplug) concurrently.
  *
  */


  parent reply	other threads:[~2020-08-01 18:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-01 17:38 [PATCH 00/15] mm: delete duplicated words and fix typos Randy Dunlap
2020-08-01 17:38 ` [PATCH 01/15] mm: compaction.c: delete duplicated word Randy Dunlap
2020-08-01 17:38 ` [PATCH 02/15] mm: filemap.c: " Randy Dunlap
2020-08-01 17:38 ` [PATCH 03/15] mm: hmm.c: " Randy Dunlap
2020-08-01 17:38 ` [PATCH 04/15] mm: hugetlb.c: delete duplicated words Randy Dunlap
2020-08-05 19:53   ` Mike Kravetz
2020-08-01 17:38 ` [PATCH 05/15] mm: memcontrol.c: " Randy Dunlap
2020-08-01 17:38 ` [PATCH 06/15] mm: memory.c: " Randy Dunlap
2020-08-01 17:38 ` [PATCH 07/15] mm: migrate.c: delete duplicated word Randy Dunlap
2020-08-01 17:38 ` [PATCH 08/15] mm: nommu.c: delete duplicated words Randy Dunlap
2020-08-01 17:38 ` Randy Dunlap [this message]
2020-08-01 17:38 ` [PATCH 10/15] mm: shmem.c: delete duplicated word Randy Dunlap
2020-08-01 17:38 ` [PATCH 11/15] mm: slab_common.c: " Randy Dunlap
2020-08-01 17:38 ` [PATCH 12/15] mm: usercopy.c: " Randy Dunlap
2020-08-01 17:38 ` [PATCH 13/15] mm: vmscan.c: delete or fix duplicated words Randy Dunlap
2020-08-01 17:38 ` [PATCH 14/15] mm: zpool.c: delete duplicated word and fix grammar Randy Dunlap
2020-08-01 17:38 ` [PATCH 15/15] mm: zsmalloc.c: fix duplicated words Randy Dunlap
2020-08-05 22:20 ` [PATCH 00/15] mm: delete duplicated words and fix typos Zi Yan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200801173822.14973-10-rdunlap@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.