All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memcg: fix a bad line
@ 2019-02-27 20:52 Qian Cai
  2019-02-28 11:56   ` Souptick Joarder
  0 siblings, 1 reply; 3+ messages in thread
From: Qian Cai @ 2019-02-27 20:52 UTC (permalink / raw)
  To: hannes, mhocko, vdavydov.dev; +Cc: cgroups, linux-mm, linux-kernel, Qian Cai

Miss a star.

Signed-off-by: Qian Cai <cai@lca.pw>
---
 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)


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] memcg: fix a bad line
  2019-02-27 20:52 [PATCH] memcg: fix a bad line Qian Cai
@ 2019-02-28 11:56   ` Souptick Joarder
  0 siblings, 0 replies; 3+ messages in thread
From: Souptick Joarder @ 2019-02-28 11:56 UTC (permalink / raw)
  To: Qian Cai
  Cc: hannes, Michal Hocko, vdavydov.dev, cgroups, Linux-MM, linux-kernel

On Thu, Feb 28, 2019 at 2:22 AM Qian Cai <cai@lca.pw> wrote:
>
> Miss a star.
>
> Signed-off-by: Qian Cai <cai@lca.pw>

I think, the change log is too short and could be little more. Otherwise,
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] memcg: fix a bad line
@ 2019-02-28 11:56   ` Souptick Joarder
  0 siblings, 0 replies; 3+ messages in thread
From: Souptick Joarder @ 2019-02-28 11:56 UTC (permalink / raw)
  To: Qian Cai
  Cc: hannes, Michal Hocko, vdavydov.dev, cgroups, Linux-MM, linux-kernel

On Thu, Feb 28, 2019 at 2:22 AM Qian Cai <cai@lca.pw> wrote:
>
> Miss a star.
>
> Signed-off-by: Qian Cai <cai@lca.pw>

I think, the change log is too short and could be little more. Otherwise,
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-28 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27 20:52 [PATCH] memcg: fix a bad line Qian Cai
2019-02-28 11:56 ` Souptick Joarder
2019-02-28 11:56   ` Souptick Joarder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.