Re: [PATCH] selftests: Make ksft_exit functions return void instead of int

From: Thomas Gleixner
Date: Mon Apr 22 2024 - 10:15:31 EST


On Wed, Apr 17 2024 at 08:37, Nathan Chancellor wrote:
> into the more idiomatic
>
> if (ret)
> ksft_exit_fail();
> ksft_exit_pass();
>
> as well as a few style clean ups now that the code is shorter.

Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>