]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imls: remove return parentheses
authorOsama Abdelkader <osama.abdelkader@gmail.com>
Sun, 14 Sep 2025 15:27:51 +0000 (17:27 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 24 Sep 2025 17:03:43 +0000 (11:03 -0600)
return is not a function, parentheses are not required

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
cmd/bootm.c

index bee683d05807335a8dcc2e3e4df4b8c8d0831047..2c5aea26d98e518c0306e73390f83549e7fb1ca5 100644 (file)
@@ -572,7 +572,7 @@ static int do_imls(struct cmd_tbl *cmdtp, int flag, int argc,
        if (ret_nand)
                return ret_nand;
 
-       return (0);
+       return 0;
 }
 
 U_BOOT_CMD(