On 5/16/25 10:49, rodgeprit...@gmail.com wrote:
From: Pritesh Rodge <rodgeprit...@gmail.com>
Changed a comment in memfd_test.c , Unabbreviated pidns to pid namespace
for better understanding .
Signed-off-by: Pritesh Rodge <rodgeprit...@gmail.com>
---
tools/testing/selftests/memfd/memfd_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/memfd/memfd_test.c
b/tools/testing/selftests/memfd/memfd_test.c
index 5b993924cc3f..4e4c46246a4e 100644
--- a/tools/testing/selftests/memfd/memfd_test.c
+++ b/tools/testing/selftests/memfd/memfd_test.c
@@ -1359,7 +1359,7 @@ static int sysctl_nested_child(void *arg)
printf("%s nested sysctl 0\n", memfd_str);
sysctl_assert_write("0");
- /* A further nested pidns works the same. */
+ /* A further nested pid-namespace works the same. */
pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
join_thread(pid);
Please run get_maintainers.pl to find the complete list of recipients
for this patch.
thanks,
-- Shuah