projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d86a6
)
mm/memory.c: fix spello of "function"
author
Randy Dunlap
<rdunlap@infradead.org>
Tue, 13 Oct 2020 23:54:01 +0000
(16:54 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:31 +0000
(18:38 -0700)
Fix typo/spello of "function".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link:
https://lkml.kernel.org/r/e7bf180e-c558-b1d5-9a15-6d9708823c9c@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c
patch
|
blob
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index 817ac9c584732a522ef7a3029bacfa3bb2a33491..5a1c4c9759dcac692327b787220a1d1409224801 100644
(file)
--- 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 fu
cn
tion allocates page table or use pre-allocated.
+ * mapping. If needed, the fu
nc
tion allocates page table or use pre-allocated.
*
* @vmf: fault environment
* @page: page to map