imls: remove return parentheses

return is not a function, parentheses are not required

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
This commit is contained in:
Osama Abdelkader
2025-09-14 17:27:51 +02:00
committed by Tom Rini
parent 8558aaa3cf
commit 5d0b813d6e

View 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(