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:
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
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index
41066e4
..
6069b21
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