From: Sedat Dilek <sedat.dilek@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Cc: Sedat Dilek <sedat.dilek@gmail.com>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: [PATCH] mm: Fix typos in page-lock unfairness text
Date: Sun, 20 Sep 2020 20:08:19 +0200 [thread overview]
Message-ID: <20200920180822.4940-1-sedat.dilek@gmail.com> (raw)
Fix some small typos I have seen (for details see Link).
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Fixes: 5ef64cc8987a ("mm: allow a controlled amount of unfairness in the page lock")
Link: https://marc.info/?t=159978288400003&r=1&w=2
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
mm/filemap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/filemap.c b/mm/filemap.c
index 6aa08e7714ce..5202e38ab79e 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -990,7 +990,7 @@ void __init pagecache_init(void)
/*
* The page wait code treats the "wait->flags" somewhat unusually, because
- * we have multiple different kinds of waits, not just he usual "exclusive"
+ * we have multiple different kinds of waits, not just the usual "exclusive"
* one.
*
* We have:
@@ -1011,7 +1011,7 @@ void __init pagecache_init(void)
*
* This is the traditional exclusive wait.
*
- * (b) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM:
+ * (c) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM:
*
* The waiter is waiting to get the bit, and additionally wants the
* lock to be transferred to it for fair lock behavior. If the lock
--
2.28.0
reply other threads:[~2020-09-20 18:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20200920180822.4940-1-sedat.dilek@gmail.com \
--to=sedat.dilek@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=torvalds@linux-foundation.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