summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/cgroup/test_zswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/cgroup/test_zswap.c b/tools/testing/selftests/cgroup/test_zswap.c
index a83633744004..f7b4c4370db6 100644
--- a/tools/testing/selftests/cgroup/test_zswap.c
+++ b/tools/testing/selftests/cgroup/test_zswap.c
@@ -578,7 +578,7 @@ static int test_no_kmem_bypass(const char *root)
return KSFT_SKIP;
}
if (access(PATH_ZSWAP_STORED_PAGES, R_OK)) {
- ksft_print_msg("mount debugfs at /sys/kernel/debug\n");
+ ksft_print_msg("debugfs not mounted at /sys/kernel/debug\n");
return KSFT_SKIP;
}
values = mmap(0, sizeof(struct no_kmem_bypass_child_args), PROT_READ |