Skip to content

Commit e07caae

Browse files
schladhtejun
authored andcommitted
selftests: cgroup: Fix missing newline in test_zswap_writeback_one
Fixes malformed test output due to missing newline Signed-off-by: Sebastian Chlad <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent c7d7713 commit e07caae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/cgroup/test_zswap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ static int test_zswap_writeback_one(const char *cgroup, bool wb)
338338
return -1;
339339

340340
if (wb != !!zswpwb_after) {
341-
ksft_print_msg("zswpwb_after is %ld while wb is %s",
341+
ksft_print_msg("zswpwb_after is %ld while wb is %s\n",
342342
zswpwb_after, wb ? "enabled" : "disabled");
343343
return -1;
344344
}

0 commit comments

Comments
 (0)