linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Flavio Suligoi <f.suligoi@asem.it>
To: Jonathan Corbet <corbet@lwn.net>
Cc: <linux-doc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Flavio Suligoi <f.suligoi@asem.it>
Subject: [PATCH v1] docs/vm: hwpoison: fix spelling mistakes
Date: Wed, 25 Nov 2020 17:52:22 +0100	[thread overview]
Message-ID: <20201125165222.788910-1-f.suligoi@asem.it> (raw)

Actions:

- fix spelling mistake
- reduce some double spaces to a single one
- substitute spaces with tab

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 Documentation/vm/hwpoison.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/vm/hwpoison.rst b/Documentation/vm/hwpoison.rst
index a5c884293dac..88ba2df198d1 100644
--- a/Documentation/vm/hwpoison.rst
+++ b/Documentation/vm/hwpoison.rst
@@ -50,7 +50,7 @@ of applications. KVM support requires a recent qemu-kvm release.
 For the KVM use there was need for a new signal type so that
 KVM can inject the machine check into the guest with the proper
 address. This in theory allows other applications to handle
-memory failures too. The expection is that near all applications
+memory failures too. The expectation is that near all applications
 won't do that, but some very specialized ones might.
 
 Failure recovery modes
@@ -121,7 +121,7 @@ Testing
 
   unpoison-pfn
 	Software-unpoison page at PFN echoed into this file. This way
-	a page can be reused again.  This only works for Linux
+	a page can be reused again. This only works for Linux
 	injected failures, not for real memory failures.
 
   Note these injection interfaces are not stable and might change between
@@ -129,8 +129,8 @@ Testing
 
   corrupt-filter-dev-major, corrupt-filter-dev-minor
 	Only handle memory failures to pages associated with the file
-	system defined by block device major/minor.  -1U is the
-	wildcard value.  This should be only used for testing with
+	system defined by block device major/minor. -1U is the
+	wildcard value. This should be only used for testing with
 	artificial injection.
 
   corrupt-filter-memcg
@@ -141,7 +141,7 @@ Testing
 
 		mkdir /sys/fs/cgroup/mem/hwpoison
 
-	        usemem -m 100 -s 1000 &
+		usemem -m 100 -s 1000 &
 		echo `jobs -p` > /sys/fs/cgroup/mem/hwpoison/tasks
 
 		memcg_ino=$(ls -id /sys/fs/cgroup/mem/hwpoison | cut -f1 -d' ')
@@ -152,7 +152,7 @@ Testing
 
   corrupt-filter-flags-mask, corrupt-filter-flags-value
 	When specified, only poison pages if ((page_flags & mask) ==
-	value).  This allows stress testing of many kinds of
+	value). This allows stress testing of many kinds of
 	pages. The page_flags are the same as in /proc/kpageflags. The
 	flag bits are defined in include/linux/kernel-page-flags.h and
 	documented in Documentation/admin-guide/mm/pagemap.rst
-- 
2.25.1


             reply	other threads:[~2020-11-25 16:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 16:52 Flavio Suligoi [this message]
2020-11-25 17:14 ` [PATCH v1] docs/vm: hwpoison: fix spelling mistakes Jonathan Corbet
2020-11-26  8:21   ` Flavio Suligoi

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=20201125165222.788910-1-f.suligoi@asem.it \
    --to=f.suligoi@asem.it \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).