]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: cpu: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:18:54 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:16 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/cpu/arm926ejs/cpu.c
arch/arm/cpu/armv7/arch_timer.c
arch/arm/cpu/armv7/bcm235xx/clk-core.c
arch/arm/cpu/armv7/bcm281xx/clk-core.c
arch/arm/cpu/armv7/ls102xa/cpu.c

index 07ab04b7b08a4425d3f8e145107617d2dacaac7c..0e100e6f13d03bf820eb4013319f84ce20e40b63 100644 (file)
@@ -44,7 +44,6 @@ int cleanup_before_linux (void)
 
        disable_interrupts();
 
-
        /* turn off I/D-cache */
        icache_disable();
        dcache_disable();
index f25a8674dea40a0a5a42dbad26cd7a8d91fc1690..36c557d4a8f33733f108216644b700fc408b404f 100644 (file)
@@ -49,7 +49,6 @@ unsigned long long get_ticks(void)
        return (((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;
 }
 
-
 ulong timer_get_boot_us(void)
 {
        if (!gd->arch.timer_rate_hz)
index b769c451105f02ae13e3dbd2682e961ef14cdf21..fa8af1b6941d03177a05f0bdb6afdb6144e4df3c 100644 (file)
@@ -84,7 +84,6 @@ static int peri_clk_enable(struct clk *c, int enable)
        struct bcm_clk_gate *gate = &cd->gate;
        void *base = (void *)c->ccu_clk_mgr_base;
 
-
        debug("%s: %s\n", __func__, c->name);
 
        clk_get_rate(c);        /* Make sure rate and sel are filled in */
index 3f2e021a307ccf6050836444364757ad73e92bd8..71b3a9277b17531109ae24aa8498f38d0e8b9060 100644 (file)
@@ -84,7 +84,6 @@ static int peri_clk_enable(struct clk *c, int enable)
        struct bcm_clk_gate *gate = &cd->gate;
        void *base = (void *)c->ccu_clk_mgr_base;
 
-
        debug("%s: %s\n", __func__, c->name);
 
        clk_get_rate(c);        /* Make sure rate and sel are filled in */
index 74a2dcbc116a909a2816a90155ab1764b5132093..dccf2fb3eb1e2d1d77409bf76fe78157d204b99a 100644 (file)
@@ -224,7 +224,6 @@ void enable_caches(void)
 }
 #endif /* #if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF) */
 
-
 uint get_svr(void)
 {
        struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);