arm: mach: socfpga: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:12 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:17 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-socfpga/clock_manager_gen5.c
arch/arm/mach-socfpga/freeze_controller.c
arch/arm/mach-socfpga/include/mach/clock_manager_s10.h
arch/arm/mach-socfpga/misc_soc64.c
arch/arm/mach-socfpga/reset_manager_gen5.c

index 154ad21..0a2c84c 100644 (file)
@@ -125,7 +125,6 @@ int cm_basic_init(const struct cm_config * const cfg)
        readl(socfpga_get_clkmgr_addr() + CLKMGR_GEN5_PERPLL_VCO);
        readl(socfpga_get_clkmgr_addr() + CLKMGR_GEN5_SDRPLL_VCO);
 
-
        /*
         * We made sure bgpwr down was assert for 5 us. Now deassert BG PWR DN
         * with numerator and denominator.
index 7c86350..c8530c9 100644 (file)
@@ -3,7 +3,6 @@
  *  Copyright (C) 2013 Altera Corporation <www.altera.com>
  */
 
-
 #include <config.h>
 #include <asm/io.h>
 #include <asm/arch/clock_manager.h>
index 7f10296..1892116 100644 (file)
@@ -106,7 +106,6 @@ void cm_basic_init(const struct cm_config * const cfg);
 #define CLKMGR_INTER                                   CLKMGR_S10_INTER
 #define CLKMGR_PERPLL_EN                               CLKMGR_S10_PERPLL_EN
 
-
 #define CLKMGR_CTRL_SAFEMODE                           BIT(0)
 #define CLKMGR_BYPASS_MAINPLL_ALL                      0x00000007
 #define CLKMGR_BYPASS_PERPLL_ALL                       0x0000007f
index ad1ef0d..a6cc784 100644 (file)
@@ -39,7 +39,6 @@ static Altera_desc altera_fpga[] = {
        },
 };
 
-
 /*
  * Print CPU information
  */
index 9395122..6a202bf 100644 (file)
@@ -3,7 +3,6 @@
  *  Copyright (C) 2013 Altera Corporation <www.altera.com>
  */
 
-
 #include <mach/base_addr_ac5.h>
 #include <asm/io.h>
 #include <asm/arch/fpga_manager.h>