Commit 573b400d authored by Michel Lespinasse's avatar Michel Lespinasse Committed by Linus Torvalds

mm/memcontrol.c: remove unnecessary ;

Just a trivial issue I stumbled on while doing something else...
Signed-off-by: default avatarMichel Lespinasse <walken@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1640879a
......@@ -5813,7 +5813,7 @@ static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
return ret;
return mem_cgroup_sockets_init(memcg, ss);
};
}
static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment