projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0857cf
)
mm/memory: fix a typo in comment "attampt"->"attempt"
author
Ethon Paul
<ethp@qq.com>
Thu, 4 Jun 2020 23:49:43 +0000
(16:49 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:24 +0000
(19:06 -0700)
There is a comment in typo, fix it.
Signed-off-by: Ethon Paul <ethp@qq.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link:
http://lkml.kernel.org/r/20200411004043.14686-1-ethp@qq.com
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 60c279295fce6e2c6070ac11b8b92d7bbca0e92e..d97e8848892de82f89504bbf6b970c179caf26b7 100644
(file)
--- a/
mm/memory.c
+++ b/
mm/memory.c
@@
-2467,7
+2467,7
@@
static inline bool cow_user_page(struct page *dst, struct page *src,
}
/*
- * The same page can be mapped back since last copy att
a
mpt.
+ * The same page can be mapped back since last copy att
e
mpt.
* Try to copy again under PTL.
*/
if (__copy_from_user_inatomic(kaddr, uaddr, PAGE_SIZE)) {