On Sat, Oct 1, 2022 at 2:26 AM Daniel Latypov dlatypov@google.com wrote:
Everywhere we use the assert structs now takes them via const*, as of commit 7466886b400b ("kunit: take `kunit_assert` as `const`").
So now let's properly declare the structs as const as well.
Always good to be `const`-correct :)
Reviewed-by: Miguel Ojeda ojeda@kernel.org
Cheers, Miguel