Commit e07caae7 authored by Sebastian Chlad's avatar Sebastian Chlad Committed by Tejun Heo
Browse files

selftests: cgroup: Fix missing newline in test_zswap_writeback_one



Fixes malformed test output due to missing newline

Signed-off-by: default avatarSebastian Chlad <sebastian.chlad@suse.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent c7d7713e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}