From: Paul Menage Comment fixed, to match the actual arguments. Signed-off-by: Balaji Rao Signed-off-by: Paul Menage Signed-off-by: Andrew Morton --- kernel/cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/cgroup.c~task-containersv11-basic-task-container-framework-fix-cgroup_create_dir-comments kernel/cgroup.c --- a/kernel/cgroup.c~task-containersv11-basic-task-container-framework-fix-cgroup_create_dir-comments +++ a/kernel/cgroup.c @@ -851,7 +851,7 @@ static int cgroup_create_file(struct den * cont: the cgroup we create the directory for. * It must have a valid ->parent field * And we are going to fill its ->dentry field. - * name: The name to give to the cgroup directory. Will be copied. + * dentry: dentry of the new container * mode: mode to set on new directory. */ static int cgroup_create_dir(struct cgroup *cont, struct dentry *dentry, _