On Wed, 1 Mar 2023 at 20:05, Marek Vasut
<[email protected]> wrote:
>
> Wrap the assert macros in ({ ... }) so they can be safely used both as
> right side argument as well as in conditionals without curly brackets
> around them. In the process, find a bunch of missing semicolons, fix
> them.
>
> Signed-off-by: Marek Vasut <[email protected]>
> ---
> Cc: Heinrich Schuchardt <[email protected]>
> Cc: Simon Glass <[email protected]>
> Cc: Tom Rini <[email protected]>
> ---
>  include/test/ut.h  | 152 ++++++++++++++++++++++++++++++---------------
>  test/cmd/pwm.c     |   4 +-
>  test/dm/acpigen.c  |   2 +-
>  test/dm/misc.c     |   4 +-
>  test/dm/phy.c      |   8 +--
>  test/dm/scmi.c     |   4 +-
>  test/lib/kconfig.c |  10 +--
>  test/unicode_ut.c  |   6 +-
>  8 files changed, 121 insertions(+), 69 deletions(-)
>

Gosh. That was pretty bad. Thanks for fixing.

Reviewed-by: Simon Glass <[email protected]>

Reply via email to