diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-02-02 01:21:01 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-02-02 02:46:23 +0300 |
commit | 980768338488921b15c2f01d67f0324a48ef8625 (patch) | |
tree | f2d0e616eba303ad4b3ba55416536c44903a146a | |
parent | db7ddeab3ce5d64c9696e70d61f45ea9909cd196 (diff) | |
download | linux-980768338488921b15c2f01d67f0324a48ef8625.tar.xz |
init/Kconfig: fix grammar by moving a closing parenthesis
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>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 513fa544a134..354146666d97 100644 --- 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. |