[PATCH] mm/memcontrol.c: trivial fix - remove unnecessary ;

From: Michel Lespinasse
Date: Mon Apr 08 2013 - 04:57:56 EST


Just a trivial issue I stumbled on while doing something else...

diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 2b552224f5cf..dceee534b4b5 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -5744,7 +5744,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)
{


--
Michel "Walken" Lespinasse
A program is never fully debugged until the last user dies.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/