selftests: cgroup: Fix missing newline in test_zswap_writeback_one

Fixes malformed test output due to missing newline

Signed-off-by: Sebastian Chlad <sebastian.chlad@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Sebastian Chlad
2025-07-02 18:40:10 +02:00
committed by Tejun Heo
parent c7d7713e36
commit e07caae735

View File

@@ -338,7 +338,7 @@ static int test_zswap_writeback_one(const char *cgroup, bool wb)
return -1;
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");
return -1;
}