From: Jonathan Neuschäfer Date: Fri, 1 Feb 2019 22:21:01 +0000 (-0800) Subject: init/Kconfig: fix grammar by moving a closing parenthesis X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=980768338488921b15c2f01d67f0324a48ef8625;p=linux.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index 513fa544a134c..354146666d972 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.