On Sat, May 7, 2022 at 1:26 AM Miguel Ojeda ojeda@kernel.org 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@google.com Signed-off-by: Miguel Ojeda ojeda@kernel.org
Reviewed-by: Brendan Higgins brendanhiggins@google.com