mm/memcontrol.c: remove unnecessary ;
authorMichel Lespinasse <[email protected]>
Mon, 29 Apr 2013 22:08:13 +0000 (15:08 -0700)
committerLinus Torvalds <[email protected]>
Mon, 29 Apr 2013 22:54:37 +0000 (15:54 -0700)
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]>
mm/memcontrol.c

index d280016039f29144655f346adcf4e9df5e0a7aec..7e5bc43c2d1f8fee6d5ea85cfb427fafd4b11681 100644 (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)
 {