]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftests: cgroup: Fix missing newline in test_zswap_writeback_one
authorSebastian Chlad <sebastianchlad@gmail.com>
Wed, 2 Jul 2025 16:40:10 +0000 (18:40 +0200)
committerTejun Heo <tj@kernel.org>
Sat, 12 Jul 2025 17:35:30 +0000 (07:35 -1000)
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>
tools/testing/selftests/cgroup/test_zswap.c

index 40de679248b895aacc815e46ed226431c06d3349..e1f578ca28416d5758ab18856814591c5d1def81 100644 (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;
        }