Re: [PATCH] kselftest: timers: Fix const correctness

From: John Stultz
Date: Mon Aug 19 2024 - 14:35:24 EST


On Mon, Aug 19, 2024 at 10:58 AM Piotr Zalewski
<pZ010001011111@xxxxxxxxx> wrote:
>
> Make timespec pointers, pointers to const in checklist function. As a
> consequence, make list parameter in checklist function pointer to const
> as well. Const-correctness increases readability.
>
> Improvement was found by running cppcheck tool on the patched file as
> follows:
> ```
> cppcheck --enable=all \
> tools/testing/selftests/timers/threadtest.c \
> --suppress=missingIncludeSystem \
> --suppress=unusedFunction
> ```
>
> Reviewed-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Piotr Zalewski <pZ010001011111@xxxxxxxxx>

Acked-by: John Stultz <jstultz@xxxxxxxxxx>

thanks
-john