[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <47CE8642.7080002@openvz.org>
Date: Wed, 05 Mar 2008 14:38:42 +0300
From: Pavel Emelyanov <xemul@...nvz.org>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Balbir Singh <balbir@...ux.vnet.ibm.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] Memcontrol: remove a stray ` sign from comment.
It got there accidentally :)
Signed-off-by: Pavel Emelyanov <xemul@...nvz.org>
---
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 631002d..887155b 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -884,7 +884,7 @@ int mem_cgroup_force_empty(struct mem_cgroup *mem)
css_get(&mem->css);
/*
* page reclaim code (kswapd etc..) will move pages between
-` * active_list <-> inactive_list while we don't take a lock.
+ * active_list <-> inactive_list while we don't take a lock.
* So, we have to do loop here until all lists are empty.
*/
while (mem->res.usage > 0) {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists