* [LTP] [PATCH v1] Fix description for pidns01 and pidns02 tests
@ 2022-08-08 12:53 Andrea Cervesato via ltp
2022-08-08 12:57 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Cervesato via ltp @ 2022-08-08 12:53 UTC (permalink / raw)
To: ltp
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
testcases/kernel/containers/pidns/pidns01.c | 2 +-
testcases/kernel/containers/pidns/pidns02.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/containers/pidns/pidns01.c b/testcases/kernel/containers/pidns/pidns01.c
index 5077b11d9..eba4b806b 100644
--- a/testcases/kernel/containers/pidns/pidns01.c
+++ b/testcases/kernel/containers/pidns/pidns01.c
@@ -8,7 +8,7 @@
/*\
* [Description]
*
- * Clone a process with CLONE_NEWPID flag and check:
+ * Clone a process with CLONE_NEWNS flag and check:
*
* - child process ID must be 1
* - parent process ID must be 0
diff --git a/testcases/kernel/containers/pidns/pidns02.c b/testcases/kernel/containers/pidns/pidns02.c
index 9683abd9c..9f3a46526 100644
--- a/testcases/kernel/containers/pidns/pidns02.c
+++ b/testcases/kernel/containers/pidns/pidns02.c
@@ -7,7 +7,7 @@
/*\
* [Description]
*
- * Clone a process with CLONE_NEWPID flag and check:
+ * Clone a process with CLONE_NEWNS flag and check:
*
* - child session ID must be 1
* - parent process group ID must be 1
--
2.35.3
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-08 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 12:53 [LTP] [PATCH v1] Fix description for pidns01 and pidns02 tests Andrea Cervesato via ltp
2022-08-08 12:57 ` Petr Vorel
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.