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:
58da865
)
imx9: correct coding style
author
Peng Fan
<peng.fan@nxp.com>
Fri, 28 Apr 2023 04:08:33 +0000
(12:08 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 21 May 2023 14:54:41 +0000
(16:54 +0200)
The end brace should be in a new line
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx9/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx9/soc.c
b/arch/arm/mach-imx/imx9/soc.c
index
439f899
..
07d1bb2
100644
(file)
--- a/
arch/arm/mach-imx/imx9/soc.c
+++ b/
arch/arm/mach-imx/imx9/soc.c
@@
-44,7
+44,8
@@
struct rom_api *g_rom_api = (struct rom_api *)0x1980;
#ifdef CONFIG_ENV_IS_IN_MMC
__weak int board_mmc_get_env_dev(int devno)
{
- return devno; }
+ return devno;
+}
int mmc_get_env_dev(void)
{