projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aecd408
)
selftests: cgroup: Fixes a typo in a comment
author
Atul Kumar Pant
<atulpant.linux@gmail.com>
Mon, 6 Nov 2023 18:10:34 +0000
(23:40 +0530)
committer
Tejun Heo
<tj@kernel.org>
Sun, 12 Nov 2023 19:29:59 +0000
(09:29 -1000)
Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/test_freezer.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/cgroup/test_freezer.c
b/tools/testing/selftests/cgroup/test_freezer.c
index ff519029f6f433bf8ff019263cb59f7a532696a9..8845353aca53bb90e7781afc8bb3e86b94bc35b1 100644
(file)
--- 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 i
n
in the TRACEd state.
+ * because the task i
s
in the TRACEd state.
*/
if (cg_freeze_wait(cgroup, false))
goto cleanup;