]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx9: correct coding style
authorPeng Fan <peng.fan@nxp.com>
Fri, 28 Apr 2023 04:08:33 +0000 (12:08 +0800)
committerStefano 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

index 439f899bc48eaceea8eae6ef116649432737525e..07d1bb20d58087383abdb0f7b6ba0a985624e3bb 100644 (file)
@@ -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)
 {