Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+rene...@mailbox.org>
---
 board/tcl/sl50/board.c | 1 -
 board/tcl/sl50/mux.c   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/board/tcl/sl50/board.c b/board/tcl/sl50/board.c
index 2e54ede62d6..484b4e24428 100644
--- a/board/tcl/sl50/board.c
+++ b/board/tcl/sl50/board.c
@@ -348,7 +348,6 @@ int board_eth_init(struct bd_info *bis)
                        eth_env_set_enetaddr("eth1addr", mac_addr);
        }
 
-
        writel(MII_MODE_ENABLE, &cdev->miisel);
        cpsw_slaves[0].phy_if = cpsw_slaves[1].phy_if =
                                PHY_INTERFACE_MODE_MII;
diff --git a/board/tcl/sl50/mux.c b/board/tcl/sl50/mux.c
index 6d89c4a3998..2e2bd63f870 100644
--- a/board/tcl/sl50/mux.c
+++ b/board/tcl/sl50/mux.c
@@ -107,7 +107,6 @@ static struct module_pin_mux mii1_pin_mux[] = {
        {-1},
 };
 
-
 void enable_uart0_pin_mux(void)
 {
        configure_module_pin_mux(uart0_pin_mux);
-- 
2.43.0

Reply via email to