[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5fd375c6-1bad-b937-634b-7efc4391c0e3@infradead.org>
Date: Thu, 8 Sep 2022 06:52:57 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: wangjianli <wangjianli@...rlc.com>, tj@...nel.org,
lizefan.x@...edance.com, hannes@...xchg.org, shuah@...nel.org
Cc: cgroups@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] selftests/cgroup: fix repeated words in comments
On 9/8/22 05:11, wangjianli wrote:
> Delete the redundant word 'in'.
>
> Signed-off-by: wangjianli <wangjianli@...rlc.com>
> ---
> tools/testing/selftests/cgroup/test_freezer.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
> index ff519029f6f4..b479434e87b7 100644
> --- a/tools/testing/selftests/cgroup/test_freezer.c
> +++ b/tools/testing/selftests/cgroup/test_freezer.c
> @@ -740,7 +740,7 @@ static int test_cgfreezer_ptraced(const char *root)
>
> /*
> * cg_check_frozen(cgroup, true) will fail here,
> - * because the task in in the TRACEd state.
is in
> + * because the task in the TRACEd state.
> */
> if (cg_freeze_wait(cgroup, false))
> goto cleanup;
--
~Randy
Powered by blists - more mailing lists