Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sebastian Chlad and committed by
Tejun Heo
e07caae7 c7d7713e

+1 -1
+1 -1
tools/testing/selftests/cgroup/test_zswap.c
··· 338 338 return -1; 339 339 340 340 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", 342 342 zswpwb_after, wb ? "enabled" : "disabled"); 343 343 return -1; 344 344 }