* [PATCH] docs/mm: fix a typo
@ 2024-09-02 18:32 Andrew Kreimer
2024-09-05 19:21 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Kreimer @ 2024-09-02 18:32 UTC (permalink / raw)
To: Jérôme Glisse, Jonathan Corbet
Cc: linux-mm, linux-doc, linux-kernel, kernel-janitors,
Andrew Kreimer
Fix a typo in documentation.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
Documentation/mm/hmm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/hmm.rst b/Documentation/mm/hmm.rst
index 0595098a74d9..3dcf1b69e807 100644
--- a/Documentation/mm/hmm.rst
+++ b/Documentation/mm/hmm.rst
@@ -405,7 +405,7 @@ can be used to make a memory range inaccessible from userspace.
This replaces all mappings for pages in the given range with special swap
entries. Any attempt to access the swap entry results in a fault which is
-resovled by replacing the entry with the original mapping. A driver gets
+resolved by replacing the entry with the original mapping. A driver gets
notified that the mapping has been changed by MMU notifiers, after which point
it will no longer have exclusive access to the page. Exclusive access is
guaranteed to last until the driver drops the page lock and page reference, at
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs/mm: fix a typo
2024-09-02 18:32 [PATCH] docs/mm: fix a typo Andrew Kreimer
@ 2024-09-05 19:21 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2024-09-05 19:21 UTC (permalink / raw)
To: Andrew Kreimer, Jérôme Glisse
Cc: linux-mm, linux-doc, linux-kernel, kernel-janitors,
Andrew Kreimer
Andrew Kreimer <algonell@gmail.com> writes:
> Fix a typo in documentation.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
> Documentation/mm/hmm.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/hmm.rst b/Documentation/mm/hmm.rst
> index 0595098a74d9..3dcf1b69e807 100644
> --- a/Documentation/mm/hmm.rst
> +++ b/Documentation/mm/hmm.rst
> @@ -405,7 +405,7 @@ can be used to make a memory range inaccessible from userspace.
>
> This replaces all mappings for pages in the given range with special swap
> entries. Any attempt to access the swap entry results in a fault which is
> -resovled by replacing the entry with the original mapping. A driver gets
> +resolved by replacing the entry with the original mapping. A driver gets
> notified that the mapping has been changed by MMU notifiers, after which point
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-05 19:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 18:32 [PATCH] docs/mm: fix a typo Andrew Kreimer
2024-09-05 19:21 ` Jonathan Corbet
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).