projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4646d13
)
mm: Fix CROSS_MEMORY_ATTACH help text grammar
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 8 Aug 2014 15:15:14 +0000
(17:15 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 26 Aug 2014 07:35:55 +0000
(09:35 +0200)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
init/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 41066e49e8809464651d8335de4a77165a864033..6069b210d83a8b1e66549cbb9a5674b4c0ec0bf7 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-268,7
+268,7
@@
config CROSS_MEMORY_ATTACH
help
Enabling this option adds the system calls process_vm_readv and
process_vm_writev which allow a process with the correct privileges
- to directly read from or write to
to another process's
address space.
+ to directly read from or write to
another process'
address space.
See the man page for more details.
config FHANDLE