On Tue, Sep 23, 2025 at 12:52 PM Prabhakar <[email protected]> wrote: > > From: Lad Prabhakar <[email protected]> > > Add str_assert_deassert() helper to return "assert" or "deassert" > string literal depending on the boolean argument. Also add the > inversed variant str_deassert_assert().
FWIW, Reviewed-by: Andy Shevchenko <[email protected]> ... > Note checkpatch complians about adding a new line before the macro > definition. But this is the existing style in this file. So keeping > it as is. It's a checkpatch's problem. It's fine to ignore it in this case. -- With Best Regards, Andy Shevchenko
