git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8558aaa
)
imls: remove return parentheses
author
Osama Abdelkader
<osama.abdelkader@gmail.com>
Sun, 14 Sep 2025 15:27:51 +0000
(17:27 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/cmd/bootm.c
b/cmd/bootm.c
index
bee683d
..
2c5aea2
100644
(file)
--- a/
cmd/bootm.c
+++ b/
cmd/bootm.c
@@
-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(