2008-03-05 12:04:15

by Pavel Emelyanov

[permalink] [raw]
Subject: [PATCH] Memcontrol: remove a stray ` sign from comment.

It got there accidentally :)

Signed-off-by: Pavel Emelyanov <[email protected]>

---

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) {


2008-03-05 14:12:55

by Hugh Dickins

[permalink] [raw]
Subject: Re: [PATCH] Memcontrol: remove a stray ` sign from comment.

On Wed, 5 Mar 2008, Pavel Emelyanov wrote:
> It got there accidentally :)

It's gone in 2.6.25-rc4.

Hugh