diff options
author | Michel Lespinasse <[email protected]> | 2013-04-29 15:08:13 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-04-29 15:54:37 -0700 |
commit | 573b400d01b3411c2436e73d8e63fc1186b94535 (patch) | |
tree | 9e63056c3d40df0cb1febcd002b873b14654c878 | |
parent | 1640879afe0065caf276e98fff059c4dc01c97ae (diff) |
mm/memcontrol.c: remove unnecessary ;
Just a trivial issue I stumbled on while doing something else...
Signed-off-by: Michel Lespinasse <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index d280016039f2..7e5bc43c2d1f 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -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) { |