diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-02-01 23:21:01 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-02-02 00:46:23 +0100 |
commit | 980768338488921b15c2f01d67f0324a48ef8625 (patch) | |
tree | f2d0e616eba303ad4b3ba55416536c44903a146a /init/Kconfig | |
parent | lib/test_kmod.c: potential double free in error handling (diff) | |
download | linux-980768338488921b15c2f01d67f0324a48ef8625.tar.xz linux-980768338488921b15c2f01d67f0324a48ef8625.zip |
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>
Diffstat (limited to 'init/Kconfig')
-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. |