* [PATCH v2] kselftest/cgroup: Add missing newline in test_zswap.c
@ 2024-09-07 21:50 Mohammed Anees
0 siblings, 0 replies; only message in thread
From: Mohammed Anees @ 2024-09-07 21:50 UTC (permalink / raw)
To: hannes, yosryahmed, nphamcs, chengming.zhou, tj, lizefan.x,
mkoutny, shuah
Cc: Mohammed Anees, linux-mm, cgroups, linux-kselftest, linux-kernel
Thank you for the review, I have added the changelog as requested.
Changelog:
- Added missing newline to the `ksft_print_msg` in `test_zswap_writeback` function.
Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
---
tools/testing/selftests/cgroup/test_zswap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/cgroup/test_zswap.c b/tools/testing/selftests/cgroup/test_zswap.c
index 190096017..7c849d836 100644
--- a/tools/testing/selftests/cgroup/test_zswap.c
+++ b/tools/testing/selftests/cgroup/test_zswap.c
@@ -351,7 +351,7 @@ static int test_zswap_writeback(const char *root, bool wb)
goto out;
if (wb != !!zswpwb_after) {
- ksft_print_msg("zswpwb_after is %ld while wb is %s",
+ ksft_print_msg("zswpwb_after is %ld while wb is %s\n",
zswpwb_after, wb ? "enabled" : "disabled");
goto out;
}
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-07 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-07 21:50 [PATCH v2] kselftest/cgroup: Add missing newline in test_zswap.c Mohammed Anees
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox