The patch titled Subject: init/Kconfig: fix grammar by moving a closing parenthesis has been added to the -mm tree. Its filename is init-kconfig-fix-grammar-by-moving-a-closing-parenthesis.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/init-kconfig-fix-grammar-by-moving-a-closing-parenthesis.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/init-kconfig-fix-grammar-by-moving-a-closing-parenthesis.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> Subject: init/Kconfig: fix grammar by moving a closing parenthesis Link: http://lkml.kernel.org/r/20190129150813.15785-1-j.neuschaefer@xxxxxxx Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/init/Kconfig~init-kconfig-fix-grammar-by-moving-a-closing-parenthesis +++ a/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. _ Patches currently in -mm which might be from j.neuschaefer@xxxxxxx are init-kconfig-fix-grammar-by-moving-a-closing-parenthesis.patch