]> git.dujemihanovic.xyz Git - u-boot.git/commit
treewide: Tidy up semicolon after command macros
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:04:52 +0000 (14:04 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit10c398d6e4a2aec1ce73f99e634781a020b467c4
tree3f4781115ee5f6f0dd1632262bbbaba2251a56e8
parentf7fac5e7f5a29e6c0e0de61b08caaaa32df0c6fd
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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
board/freescale/common/vid.c
board/xilinx/common/fru.c
board/xilinx/versal/cmds.c
board/xilinx/zynqmp/cmds.c
cmd/btrfs.c
cmd/eeprom.c
cmd/ext2.c
cmd/fs.c
cmd/pinmux.c
cmd/qfw.c
include/command.h