linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: pgtable: Fix grammar error
@ 2025-02-04  9:33 I Hsin Cheng
  2025-02-04 16:40 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: I Hsin Cheng @ 2025-02-04  9:33 UTC (permalink / raw)
  To: corbet, skhan; +Cc: linux-doc, linux-kernel, I Hsin Cheng

Fix "due high contention" to "due to high contention".

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
---
 Documentation/mm/split_page_table_lock.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/mm/split_page_table_lock.rst b/Documentation/mm/split_page_table_lock.rst
index e4f6972eb..ced47a23e 100644
--- a/Documentation/mm/split_page_table_lock.rst
+++ b/Documentation/mm/split_page_table_lock.rst
@@ -4,7 +4,7 @@ Split page table lock
 
 Originally, mm->page_table_lock spinlock protected all page tables of the
 mm_struct. But this approach leads to poor page fault scalability of
-multi-threaded applications due high contention on the lock. To improve
+multi-threaded applications due to high contention on the lock. To improve
 scalability, split page table lock was introduced.
 
 With split page table lock we have separate per-table lock to serialize
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm: pgtable: Fix grammar error
  2025-02-04  9:33 [PATCH] mm: pgtable: Fix grammar error I Hsin Cheng
@ 2025-02-04 16:40 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-02-04 16:40 UTC (permalink / raw)
  To: I Hsin Cheng, skhan; +Cc: linux-doc, linux-kernel, I Hsin Cheng

I Hsin Cheng <richard120310@gmail.com> writes:

> Fix "due high contention" to "due to high contention".
>
> Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
> ---
>  Documentation/mm/split_page_table_lock.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/split_page_table_lock.rst b/Documentation/mm/split_page_table_lock.rst
> index e4f6972eb..ced47a23e 100644
> --- a/Documentation/mm/split_page_table_lock.rst
> +++ b/Documentation/mm/split_page_table_lock.rst
> @@ -4,7 +4,7 @@ Split page table lock
>  
>  Originally, mm->page_table_lock spinlock protected all page tables of the
>  mm_struct. But this approach leads to poor page fault scalability of
> -multi-threaded applications due high contention on the lock. To improve
> +multi-threaded applications due to high contention on the lock. To improve
>  scalability, split page table lock was introduced.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-04 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04  9:33 [PATCH] mm: pgtable: Fix grammar error I Hsin Cheng
2025-02-04 16:40 ` 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).