Re: [PATCH] mm/memory.c: Correct the function name in comment

2020-08-18 Thread Xu, Yanfei
On 8/18/20 3:34 PM, David Hildenbrand wrote: On 18.08.20 09:29, yanfei...@windriver.com wrote: From: Yanfei Xu Correct the function name which is "pte_alloc_pne" to "pte_alloc_one" I'd have phrased this like "mm/memory: Fix typo in __do_fault() comment It's "pte_alloc_one", not

Re: [PATCH] mm/memory.c: Correct the function name in comment

2020-08-18 Thread David Hildenbrand
On 18.08.20 09:29, yanfei...@windriver.com wrote: > From: Yanfei Xu > > Correct the function name which is "pte_alloc_pne" to "pte_alloc_one" > I'd have phrased this like "mm/memory: Fix typo in __do_fault() comment It's "pte_alloc_one", not "pte_alloc_pne". Let's fix that. " Reviewed-by:

[PATCH] mm/memory.c: Correct the function name in comment

2020-08-18 Thread yanfei.xu
From: Yanfei Xu Correct the function name which is "pte_alloc_pne" to "pte_alloc_one" Signed-off-by: Yanfei Xu --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/memory.c b/mm/memory.c index c3a83f4ca851..9cc3d0dc816c 100644 --- a/mm/memory.c +++