From: Qian Cai Date: Tue, 5 Mar 2019 23:49:53 +0000 (-0800) Subject: mm/memcontrol.c: fix bad line in comment X-Git-Tag: v5.1-rc1~152^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82ede7ee38e7ea9dd3cf5f6cc1501172a272337e;p=thirdparty%2Fkernel%2Flinux.git mm/memcontrol.c: fix bad line in comment Commit 230671533d64 ("mm: memory.low hierarchical behavior") missed an asterisk in one of the comments. mm/memcontrol.c:5774: warning: bad line: | 0, otherwise. Link: http://lkml.kernel.org/r/20190301143734.94393-1-cai@lca.pw Acked-by: Souptick Joarder Signed-off-by: Qian Cai Reviewed-by: Andrew Morton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 7160cfab81072..532e0e2a4817e 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -5752,7 +5752,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