1
0
Fork 0

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>
hifive-unleashed-5.1
Michel Lespinasse 2013-04-29 15:08:13 -07:00 committed by Linus Torvalds
parent 1640879afe
commit 573b400d01
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{