projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db7ddea
)
init/Kconfig: fix grammar by moving a closing parenthesis
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Fri, 1 Feb 2019 22:21:01 +0000
(14:21 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 1 Feb 2019 23:46:23 +0000
(15:46 -0800)
Link:
http://lkml.kernel.org/r/20190129150813.15785-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 513fa544a134c9264438029161dfebc3314d1fc7..354146666d972c1435f4818f545d522cd7883088 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-825,7
+825,7
@@
config CGROUP_PIDS
PIDs controller is designed to stop this from happening.
It should be noted that organisational operations (such as attaching
- to a cgroup hierarchy
will *not* be blocked by the PIDs controller)
,
+ to a cgroup hierarchy
) will *not* be blocked by the PIDs controller
,
since the PIDs limit only affects a process's ability to fork, not to
attach to a cgroup.