Re: [PATCH 3/4] kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros

From: Miguel Ojeda
Date: Sat Oct 01 2022 - 06:13:18 EST


On Sat, Oct 1, 2022 at 2:26 AM Daniel Latypov <dlatypov@xxxxxxxxxx> wrote:
>
> But we can work around this with the following generic macro
> #define KUNIT_INIT_ASSERT(initializers...) { initializers }

Is it intended to be internal, right? Should be prefixed by `_` then?

Cheers,
Miguel