linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/memcontrol.c: trivial fix - remove unnecessary ;
@ 2013-04-08  8:57 Michel Lespinasse
  0 siblings, 0 replies; only message in thread
From: Michel Lespinasse @ 2013-04-08  8:57 UTC (permalink / raw)
  To: Glauber Costa; +Cc: Andrew Morton, LKML

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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-08  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  8:57 [PATCH] mm/memcontrol.c: trivial fix - remove unnecessary ; Michel Lespinasse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).