[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190301143734.94393-1-cai@lca.pw>
Date: Fri, 1 Mar 2019 09:37:34 -0500
From: Qian Cai <cai@....pw>
To: akpm@...ux-foundation.org, hannes@...xchg.org, mhocko@...nel.org,
vdavydov.dev@...il.com
Cc: guro@...com, jrdr.linux@...il.com, cgroups@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Qian Cai <cai@....pw>
Subject: [PATCH v2] memcg: fix a bad line
The commit 230671533d64 ("mm: memory.low hierarchical behavior") missed
an asterisk in one of the comments.
mm/memcontrol.c:5774: warning: bad line: | 0, otherwise.
Acked-by: Souptick Joarder <jrdr.linux@...il.com>
Signed-off-by: Qian Cai <cai@....pw>
---
v2: improve the commit message.
mm/memcontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index af7f18b32389..d4b96dc4bd8a 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -5747,7 +5747,7 @@ struct cgroup_subsys memory_cgrp_subsys = {
*
* | memory.current, if memory.current < memory.low
* low_usage = |
- | 0, otherwise.
+ * | 0, otherwise.
*
*
* Such definition of the effective memory.low provides the expected
--
2.17.2 (Apple Git-113)
Powered by blists - more mailing lists