From 10c398d6e4a2aec1ce73f99e634781a020b467c4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 18 Nov 2023 14:04:52 -0700 Subject: treewide: Tidy up semicolon after command macros 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 Reviewed-by: Ilias Apalodimas --- cmd/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/eeprom.c') diff --git a/cmd/eeprom.c b/cmd/eeprom.c index 0b6ca8c..322765a 100644 --- a/cmd/eeprom.c +++ b/cmd/eeprom.c @@ -435,4 +435,4 @@ U_BOOT_CMD( "The values which can be provided with the -l option are:\n" CONFIG_EEPROM_LAYOUT_HELP_STRING"\n" #endif -) +); -- cgit v1.1