diff mbox series

[v2] mm/memory: Fix typo in __do_fault() comment

Message ID 20200818104339.5310-1-yanfei.xu@windriver.com (mailing list archive)
State New, archived
Headers show
Series [v2] mm/memory: Fix typo in __do_fault() comment | expand

Commit Message

Xu, Yanfei Aug. 18, 2020, 10:43 a.m. UTC
From: Yanfei Xu <yanfei.xu@windriver.com>

It's "pte_alloc_one", not "pte_alloc_pne". Let's fix that.

Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
---
 v2: modify the commit message 

 mm/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/mm/memory.c b/mm/memory.c
index c3a83f4ca851..9cc3d0dc816c 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -3446,7 +3446,7 @@  static vm_fault_t __do_fault(struct vm_fault *vmf)
 	 *				unlock_page(A)
 	 * lock_page(B)
 	 *				lock_page(B)
-	 * pte_alloc_pne
+	 * pte_alloc_one
 	 *   shrink_page_list
 	 *     wait_on_page_writeback(A)
 	 *				SetPageWriteback(B)