Skip to content

Commit

Permalink
mm/memcontrol.c: remove unnecessary ;
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michel Lespinasse authored and Linus Torvalds committed Apr 29, 2013
1 parent 1640879 commit 573b400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 573b400

Please sign in to comment.