summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorMichel Lespinasse <walken@google.com>2013-04-18 09:47:10 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-04-23 17:17:58 +1000
commit4f92b8e901888d70238b030c8ff47a13cdd1f1b1 (patch)
treeded2c23ecccaea8cc159dbd179b7e549a24289b1 /mm
parent0245b7a3c22c8b736275b2f905e4416b3be0c63d (diff)
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>
Diffstat (limited to 'mm')
-rw-r--r--mm/memcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 9083eb7f08ce..2bf8e02934f0 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -5814,7 +5814,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)
{