[PATCH 16/41] imx9: correct coding style

Peng Fan (OSS) peng.fan at oss.nxp.com
Mon Jan 23 10:16:35 CET 2023


From: Peng Fan <peng.fan at nxp.com>

The end brace should be in a new line

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 arch/arm/mach-imx/imx9/soc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c
index 96e485e23cf..e857a3dc663 100644
--- a/arch/arm/mach-imx/imx9/soc.c
+++ b/arch/arm/mach-imx/imx9/soc.c
@@ -42,7 +42,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)
 {
-- 
2.36.0



More information about the U-Boot mailing list