Re: [PATCH v6 04/23] kunit: take `kunit_assert` as `const`

From: Brendan Higgins
Date: Thu May 12 2022 - 15:01:38 EST


On Sat, May 7, 2022 at 1:26 AM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> The `kunit_do_failed_assertion` function passes its
> `struct kunit_assert` argument to `kunit_fail`. This one,
> in turn, calls its `format` field passing the assert again
> as a `const` pointer.
>
> Therefore, the whole chain may be made `const`.
>
> Reviewed-by: Daniel Latypov <dlatypov@xxxxxxxxxx>
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>