diff options
| author | Peng Fan <[email protected]> | 2023-04-28 12:08:33 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-05-21 16:54:41 +0200 |
| commit | 57bf3c40fe31fdefe86e9206b7adf394a856dc90 (patch) | |
| tree | 54b02219a567625418b426c67131e287ea572333 | |
| parent | 58da865e27f4a50d95b962bb6b299c18bcf8a5d3 (diff) | |
imx9: correct coding style
The end brace should be in a new line
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/imx9/soc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c index 439f899bc48..07d1bb20d58 100644 --- 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) { |
