From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, Liam.Howlett@oracle.com,
yangqixiao@inspur.com, akpm@linux-foundation.org
Subject: [merged mm-stable] documentation-maple_tree-fix-word-spelling-error.patch removed from -mm tree
Date: Wed, 01 Nov 2023 12:39:04 -0700 [thread overview]
Message-ID: <20231101193906.B576EC433AD@smtp.kernel.org> (raw)
The quilt patch titled
Subject: Documentation: maple_tree: fix word spelling error
has been removed from the -mm tree. Its filename was
documentation-maple_tree-fix-word-spelling-error.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Tom Yang <yangqixiao@inspur.com>
Subject: Documentation: maple_tree: fix word spelling error
Date: Mon, 23 Oct 2023 17:57:37 +0800
The "first" is spelled "fist".
Link: https://lkml.kernel.org/r/20231023095737.21823-1-yangqixiao@inspur.com
Signed-off-by: Tom Yang <yangqixiao@inspur.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
Documentation/core-api/maple_tree.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Documentation/core-api/maple_tree.rst~documentation-maple_tree-fix-word-spelling-error
+++ a/Documentation/core-api/maple_tree.rst
@@ -175,7 +175,7 @@ will return the previous entry which occ
mas_find() will find the first entry which exists at or above index on
the first call, and the next entry from every subsequent calls.
-mas_find_rev() will find the fist entry which exists at or below the last on
+mas_find_rev() will find the first entry which exists at or below the last on
the first call, and the previous entry from every subsequent calls.
If the user needs to yield the lock during an operation, then the maple state
_
Patches currently in -mm which might be from yangqixiao@inspur.com are
reply other threads:[~2023-11-01 19:39 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=20231101193906.B576EC433AD@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=Liam.Howlett@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=yangqixiao@inspur.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.