diff mbox series

memcg: fix a bad line

Message ID 20190227205242.77355-1-cai@lca.pw (mailing list archive)
State New, archived
Headers show
Series memcg: fix a bad line | expand

Commit Message

Qian Cai Feb. 27, 2019, 8:52 p.m. UTC
Miss a star.

Signed-off-by: Qian Cai <cai@lca.pw>
---
 mm/memcontrol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Souptick Joarder Feb. 28, 2019, 11:56 a.m. UTC | #1
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)
>
diff mbox series

Patch

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