* [PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
@ 2024-08-11 14:58 Mohammed Anees
2024-08-12 9:35 ` Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: Mohammed Anees @ 2024-08-11 14:58 UTC (permalink / raw)
To: hannes, yosryahmed, nphamcs, chengming.zhou, tj, lizefan.x,
mkoutny, shuah
Cc: Mohammed Anees, linux-mm, cgroups, linux-kselftest, linux-kernel
Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
---
tools/testing/selftests/cgroup/test_zswap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/cgroup/test_zswap.c b/tools/testing/selftests/cgroup/test_zswap.c
index 190096017..7c849d836 100644
--- a/tools/testing/selftests/cgroup/test_zswap.c
+++ b/tools/testing/selftests/cgroup/test_zswap.c
@@ -351,7 +351,7 @@ static int test_zswap_writeback(const char *root, bool wb)
goto out;
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");
goto out;
}
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
2024-08-11 14:58 [PATCH] kselftest/cgroup: Add missing newline in test_zswap.c Mohammed Anees
@ 2024-08-12 9:35 ` Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2024-08-12 9:35 UTC (permalink / raw)
To: Mohammed Anees, hannes, yosryahmed, nphamcs, chengming.zhou, tj,
lizefan.x, mkoutny, shuah
Cc: linux-mm, cgroups, linux-kselftest, linux-kernel, Shuah Khan
On 8/11/24 08:58, Mohammed Anees wrote:
Missing change log
> Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
> ---
> tools/testing/selftests/cgroup/test_zswap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/cgroup/test_zswap.c b/tools/testing/selftests/cgroup/test_zswap.c
> index 190096017..7c849d836 100644
> --- a/tools/testing/selftests/cgroup/test_zswap.c
> +++ b/tools/testing/selftests/cgroup/test_zswap.c
> @@ -351,7 +351,7 @@ static int test_zswap_writeback(const char *root, bool wb)
> goto out;
>
> 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");
> goto out;
> }
The change looks good to me.
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-12 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-11 14:58 [PATCH] kselftest/cgroup: Add missing newline in test_zswap.c Mohammed Anees
2024-08-12 9:35 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox