mm/memcontrol.c: remove unnecessary ;
Just a trivial issue I stumbled on while doing something else... Signed-off-by: Michel Lespinasse <walken@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1640879afe
commit
573b400d01
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue