Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd4b0a46 authored by SeongJae Park's avatar SeongJae Park Committed by Tejun Heo
Browse files

cgroup: trivial style updates



* Place newline before function opening brace in cgroup_kill_sb().

* Insert space before assignment in attach_task_by_pid()

tj: merged two patches into one.

Signed-off-by: default avatarSeongJae Park <sj38.park@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent b3ff8a2f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1669,7 +1669,8 @@ static struct dentry *cgroup_mount(struct file_system_type *fs_type,
	return ERR_PTR(ret);
}

static void cgroup_kill_sb(struct super_block *sb) {
static void cgroup_kill_sb(struct super_block *sb)
{
	struct cgroupfs_root *root = sb->s_fs_info;
	struct cgroup *cgrp = &root->top_cgroup;
	struct cgrp_cset_link *link, *tmp_link;