projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de4e82
)
mm: docs: Fix a comment in process_vm_rw_core
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Fri, 20 Mar 2020 20:26:34 +0000
(21:26 +0100)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 25 Mar 2020 15:04:01 +0000
(10:04 -0500)
This removes a duplicate "a" in the comment in process_vm_rw_core.
Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
mm/process_vm_access.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/process_vm_access.c
b/mm/process_vm_access.c
index de41e830cdac6a1a4ad55dfe1461fa219bf3c8cc..74e957e302fee3ea275bd6eb20281b99c6f8c273 100644
(file)
--- a/
mm/process_vm_access.c
+++ b/
mm/process_vm_access.c
@@
-206,7
+206,7
@@
static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter,
if (!mm || IS_ERR(mm)) {
rc = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH;
/*
- * Explicitly map EACCES to EPERM as EPERM is a more
a
+ * Explicitly map EACCES to EPERM as EPERM is a more
* appropriate error code for process_vw_readv/writev
*/
if (rc == -EACCES)