From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EB7AC433E0 for ; Sat, 1 Aug 2020 18:26:03 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 0A52920672 for ; Sat, 1 Aug 2020 18:26:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="wtgajqOD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A52920672 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 8B1CE8D009D; Sat, 1 Aug 2020 14:26:02 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 861DE8D0081; Sat, 1 Aug 2020 14:26:02 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 7787D8D009D; Sat, 1 Aug 2020 14:26:02 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0064.hostedemail.com [216.40.44.64]) by kanga.kvack.org (Postfix) with ESMTP id 5F2588D0081 for ; Sat, 1 Aug 2020 14:26:02 -0400 (EDT) Received: from smtpin13.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id E4AC88248047 for ; Sat, 1 Aug 2020 18:26:01 +0000 (UTC) X-FDA: 77102828922.13.beam91_4006a9026f8e Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin13.hostedemail.com (Postfix) with ESMTP id BC8C218140B80 for ; Sat, 1 Aug 2020 18:26:01 +0000 (UTC) X-HE-Tag: beam91_4006a9026f8e X-Filterd-Recvd-Size: 3224 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by imf47.hostedemail.com (Postfix) with ESMTP for ; Sat, 1 Aug 2020 18:26:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=60EOZ4SFuD+T+O5uMIIilqECoQmLLUdBUpLmVFrwVxM=; b=wtgajqOD9XSz/3jR5pI1hdYzz6 fZDUbKdnwCEUsSa3FCC3k5JF4v1KekTZymK+IZUo2RUh7dJwmfu7vkSlTC/cMuHa1mT0h8KCcz+OJ QJn5Q8OLoNOhoJknH6d4fS8S/bIcmC7wL/vyVFVcg7fjyORXplOc2DzIcVkQOyJnf8MClUuyoISi3 YX39BLNZClwzSFINwQHCHCZWJPd7xcLf7RyZXNxmOm0gF4RgPuPlO0jQf8tGm7K3h4euGVndXaLfH zqrLaYR5Gi7zoVlzrp5BO4HgVvru47Scwk1s0sHB52yi67hwOqQNZSIsAxi4OLRMJ2JG35RAkZlZ2 Awc9a7dQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1vT0-0005bV-CS; Sat, 01 Aug 2020 17:38:42 +0000 From: Randy Dunlap To: linux-mm@kvack.org Cc: Randy Dunlap , Andrew Morton Subject: [PATCH 09/15] mm: page_alloc.c: delete or fix duplicated words Date: Sat, 1 Aug 2020 10:38:16 -0700 Message-Id: <20200801173822.14973-10-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200801173822.14973-1-rdunlap@infradead.org> References: <20200801173822.14973-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Rspamd-Queue-Id: BC8C218140B80 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam03 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Drop the repeated word "them" and "that". Change "the the" to "to the". Signed-off-by: Randy Dunlap Cc: Andrew Morton 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 func= tion * outside of boot time (or some other assurance that no concurrent upda= ters @@ -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. * */