Re: [PATCH v2 04/32] treewide: Tidy up semicolon after command macros

2023-11-17 Thread Ilias Apalodimas
On Thu, 16 Nov 2023 at 06:11, Simon Glass wrote: > > The U_BOOT_CMD_COMPLETE() macro has a semicolon at the end, perhaps > inadvertently. Some code has taken advantage of this. > > Tidy this up by dropping the semicolon from the macro and adding it to > macro invocations as required. > >

[PATCH v2 04/32] treewide: Tidy up semicolon after command macros

2023-11-15 Thread Simon Glass
The U_BOOT_CMD_COMPLETE() macro has a semicolon at the end, perhaps inadvertently. Some code has taken advantage of this. Tidy this up by dropping the semicolon from the macro and adding it to macro invocations as required. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- (no changes