From: Randy Dunlap Date: Tue, 13 Oct 2020 23:54:01 +0000 (-0700) Subject: mm/memory.c: fix spello of "function" X-Git-Tag: v5.10-rc1~156^2~78 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f1dc1685f6ca25d435d58d16e53bb6f336f54cac;p=linux-platform-drivers-x86.git mm/memory.c: fix spello of "function" Fix typo/spello of "function". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Link: https://lkml.kernel.org/r/e7bf180e-c558-b1d5-9a15-6d9708823c9c@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 817ac9c58473..5a1c4c9759dc 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -3764,7 +3764,7 @@ static vm_fault_t do_set_pmd(struct vm_fault *vmf, struct page *page) /** * alloc_set_pte - setup new PTE entry for given page and add reverse page - * mapping. If needed, the fucntion allocates page table or use pre-allocated. + * mapping. If needed, the function allocates page table or use pre-allocated. * * @vmf: fault environment * @page: page to map