From: I Hsin Cheng Date: Tue, 4 Feb 2025 09:33:26 +0000 (+0800) Subject: mm: pgtable: Fix grammar error X-Git-Tag: v6.15-rc1~223^2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9fe4f04da521a626f3a5c65c67eeac3adec11be;p=thirdparty%2Fkernel%2Flinux.git mm: pgtable: Fix grammar error Fix "due high contention" to "due to high contention". Signed-off-by: I Hsin Cheng Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20250204093326.206007-1-richard120310@gmail.com --- diff --git a/Documentation/mm/split_page_table_lock.rst b/Documentation/mm/split_page_table_lock.rst index 8e1ceb0a6619a..cc3cd46abd1b6 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