mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-15 08:32:44 -05:00
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:
committed by
Tejun Heo
parent
c7d7713e36
commit
e07caae735
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user