All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: linux-kernel@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, cgroups@vger.kernel.org,
	dm-devel@redhat.com, Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-mm@kvack.org,
	Trond Myklebust <trond.myklebust@hammerspace.com>,
	Anna Schumaker <anna.schumaker@netapp.com>,
	linux-nfs@vger.kernel.org,
	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>,
	Len Brown <lenb@kernel.org>,
	linux-pm@vger.kernel.org, platform-driver-x86@vger.kernel.org,
	"Darrick J . Wong" <darrick.wong@oracle.com>,
	linux-xfs@vger.kernel.org
Subject: [PATCH 05/13] Documentation/admin-guide: mm/ksm: drop doubled word
Date: Fri,  3 Jul 2020 20:20:12 -0700	[thread overview]
Message-ID: <20200704032020.21923-6-rdunlap@infradead.org> (raw)
In-Reply-To: <20200704032020.21923-1-rdunlap@infradead.org>

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
---
 Documentation/admin-guide/mm/ksm.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/admin-guide/mm/ksm.rst
+++ linux-next-20200701/Documentation/admin-guide/mm/ksm.rst
@@ -52,7 +52,7 @@ with EAGAIN, but more probably arousing
 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE
 and MADV_UNMERGEABLE simply fail with EINVAL.  If the running kernel was
 built with CONFIG_KSM=y, those calls will normally succeed: even if the
-the KSM daemon is not currently running, MADV_MERGEABLE still registers
+KSM daemon is not currently running, MADV_MERGEABLE still registers
 the range for whenever the KSM daemon is started; even if the range
 cannot contain any pages which KSM could actually merge; even if
 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE.

  parent reply	other threads:[~2020-07-04  3:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04  3:20 [PATCH 00/13] Documentation/admin-guide: eliminate duplicated words Randy Dunlap
2020-07-04  3:20 ` Randy Dunlap
2020-07-04  3:20 ` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word Randy Dunlap
2020-07-04  3:20   ` Randy Dunlap
2020-07-04  3:20 ` [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words Randy Dunlap
2020-07-04  3:20 ` [PATCH 04/13] Documentation/admin-guide: media/building: " Randy Dunlap
2020-07-04  3:20   ` Randy Dunlap
2020-07-04  3:20 ` Randy Dunlap [this message]
2020-07-04  3:20 ` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: drop doubled word Randy Dunlap
2020-07-04  3:20   ` Randy Dunlap
2020-07-04  3:20 ` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 08/13] Documentation/admin-guide: arm-ccn: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 09/13] Documentation/admin-guide: intel_pstate: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words Randy Dunlap
2020-07-04  3:20 ` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word Randy Dunlap
2020-07-04  3:20 ` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 13/13] Documentation/admin-guide: xfs: " Randy Dunlap
2020-07-04  3:28   ` Darrick J. Wong
2020-07-04  3:28     ` Darrick J. Wong
2020-07-05 20:02 ` [PATCH 00/13] Documentation/admin-guide: eliminate duplicated words Jonathan Corbet

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=20200704032020.21923-6-rdunlap@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=anna.schumaker@netapp.com \
    --cc=cgroups@vger.kernel.org \
    --cc=corbet@lwn.net \
    --cc=darrick.wong@oracle.com \
    --cc=dm-devel@redhat.com \
    --cc=lenb@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=srinivas.pandruvada@linux.intel.com \
    --cc=trond.myklebust@hammerspace.com \
    /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.