Skip to content

Commit 9807683

Browse files
neuschaefertorvalds
authored andcommitted
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>
1 parent db7ddea commit 9807683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ config CGROUP_PIDS
825825
PIDs controller is designed to stop this from happening.
826826

827827
It should be noted that organisational operations (such as attaching
828-
to a cgroup hierarchy will *not* be blocked by the PIDs controller),
828+
to a cgroup hierarchy) will *not* be blocked by the PIDs controller,
829829
since the PIDs limit only affects a process's ability to fork, not to
830830
attach to a cgroup.
831831

0 commit comments

Comments
 (0)