From 9a8c4f18e54c13d77496d68c4da750c0d545dd0b Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 19 Jul 2024 12:48:54 +0200 Subject: [PATCH] board: ge: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- board/ge/bx50v3/bx50v3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index 2d8951964a..e1d08475e9 100644 --- a/board/ge/bx50v3/bx50v3.c +++ b/board/ge/bx50v3/bx50v3.c @@ -434,7 +434,6 @@ static const struct boot_mode board_boot_modes[] = { }; #endif - /* * The SoM used by these boards has XTAL not connected despite datasheet * suggesting connecting unused XTAL pins to ground. Without explicitly -- 2.39.5