Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Francesco Dolcini <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
b/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
index 967fa4e06c0..04640e476e6 100644
--- a/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
+++ b/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
@@ -187,7 +187,6 @@ U_BOOT_CMD(stm32prog, 5, 0, do_stm32prog,
" <size> = size of flashlayout (optional for image with STM32
header)\n"
);
-
bool stm32prog_get_fsbl_nor(void)
{
if (stm32prog_data)
--
2.43.0