All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] selftests: cgroup: Fixes a typo in a comment
@ 2023-11-06 18:10 Atul Kumar Pant
  2023-11-12 19:30 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Atul Kumar Pant @ 2023-11-06 18:10 UTC (permalink / raw)
  To: tj, lizefan.x, hannes, shuah
  Cc: Atul Kumar Pant, cgroups, linux-kselftest, linux-kernel

Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.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..8845353aca53 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.
+	 * because the task is in the TRACEd state.
 	 */
 	if (cg_freeze_wait(cgroup, false))
 		goto cleanup;
-- 
2.25.1


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

* Re: [PATCH v1] selftests: cgroup: Fixes a typo in a comment
  2023-11-06 18:10 [PATCH v1] selftests: cgroup: Fixes a typo in a comment Atul Kumar Pant
@ 2023-11-12 19:30 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2023-11-12 19:30 UTC (permalink / raw)
  To: Atul Kumar Pant
  Cc: lizefan.x, hannes, shuah, cgroups, linux-kselftest, linux-kernel

On Mon, Nov 06, 2023 at 11:40:34PM +0530, Atul Kumar Pant wrote:
> Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>

Applied to cgroup/for-6.8.

Thanks.

-- 
tejun

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

end of thread, other threads:[~2023-11-12 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06 18:10 [PATCH v1] selftests: cgroup: Fixes a typo in a comment Atul Kumar Pant
2023-11-12 19:30 ` Tejun Heo

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.