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

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
28 files changed:
arch/powerpc/cpu/mpc83xx/interrupts.c
arch/powerpc/cpu/mpc83xx/traps.c
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
arch/powerpc/cpu/mpc85xx/mp.c
arch/powerpc/cpu/mpc85xx/p1010_serdes.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/cpu/mpc85xx/t1024_serdes.c
arch/powerpc/cpu/mpc85xx/t1040_serdes.c
arch/powerpc/cpu/mpc85xx/tlb.c
arch/powerpc/cpu/mpc85xx/traps.c
arch/powerpc/cpu/mpc8xx/immap.c
arch/powerpc/cpu/mpc8xx/traps.c
arch/powerpc/cpu/mpc8xxx/cpu.c
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
arch/powerpc/cpu/mpc8xxx/fsl_pamu.c
arch/powerpc/cpu/mpc8xxx/law.c
arch/powerpc/include/asm/bitops.h
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_pci.h
arch/powerpc/include/asm/io.h
arch/powerpc/include/asm/mmu.h
arch/powerpc/include/asm/mpc8349_pci.h
arch/powerpc/include/asm/sigcontext.h
arch/powerpc/lib/bootm.c
arch/powerpc/lib/interrupts.c

index d86c981811e99870336fc8c723616fc772ce1270..af517213f176cf59cc82b54dbe5247800a6c40e6 100644 (file)
@@ -32,7 +32,6 @@ void interrupt_init_cpu (unsigned *decrementer_count)
        immr->sysconf.spcr |= 0x00400000;
 }
 
-
 /*
  * Handle external interrupts
  */
@@ -41,7 +40,6 @@ void external_interrupt(struct pt_regs *regs)
 {
 }
 
-
 /*
  * Install and free an interrupt handler.
  */
@@ -51,19 +49,16 @@ irq_install_handler(int irq, interrupt_handler_t * handler, void *arg)
 {
 }
 
-
 void irq_free_handler(int irq)
 {
 }
 
-
 void timer_interrupt_cpu (struct pt_regs *regs)
 {
        /* nothing to do here */
        return;
 }
 
-
 #if defined(CONFIG_CMD_IRQ)
 
 /* ripped this out of ppc4xx/interrupts.c */
index 79ea1a9bb3c907dd350d3ca2e2b5c579f6f0abf7..d50499ceb7ccae95074d75bf2413082e6e995485 100644 (file)
@@ -74,7 +74,6 @@ void show_regs(struct pt_regs *regs)
        }
 }
 
-
 static void _exception(int signr, struct pt_regs *regs)
 {
        show_regs(regs);
@@ -191,7 +190,6 @@ void SoftEmuException(struct pt_regs *regs)
        panic("Software Emulation Exception");
 }
 
-
 void UnknownException(struct pt_regs *regs)
 {
 #if defined(CONFIG_CMD_KGDB)
index ebce2fe3935d3ab1ab5e8ce9c2b8992a9078379b..ab4ef1547299232035545e9efec2d97f46ee1b19 100644 (file)
@@ -297,7 +297,6 @@ int checkcpu (void)
        return 0;
 }
 
-
 /* ------------------------------------------------------------------------- */
 
 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
@@ -337,7 +336,6 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
        return 1;
 }
 
-
 /*
  * Get timebase clock frequency
  */
@@ -348,7 +346,6 @@ __weak unsigned long get_tbclk(void)
        return (gd->bus_clk + (tbclk_div >> 1)) / tbclk_div;
 }
 
-
 /*
  * Initializes on-chip MMC controllers.
  * to override, implement board_mmc_init()
index b770d294e616c66bc0c1f05ebc9a59953134a21d..a7b805bc674b572fc9c68639f9b91bc2d7eff46c 100644 (file)
@@ -128,7 +128,6 @@ void fsl_erratum_a006261_workaround(struct ccsr_usb_phy __iomem *usb_phy)
 }
 #endif
 
-
 #if defined(CONFIG_QE) && !defined(CONFIG_U_QE)
 extern qe_iop_conf_t qe_iop_conf_tab[];
 extern void qe_config_iopin(u8 port, u8 pin, int dir,
index c56e98d4b49ed7602c5549c4dd42df58ce3055a0..b2c0c517e7a05a75bab4308383c492da799f2b18 100644 (file)
@@ -428,7 +428,6 @@ static inline void ft_fixup_cache(void *blob)
        ft_fixup_l2cache(blob);
 }
 
-
 void fdt_add_enet_stashing(void *fdt)
 {
        do_fixup_by_compat(fdt, "gianfar", "bd-stash", NULL, 0, 1);
index 78316ea5ffe24cfc06280064cdf2b2db7cf30b71..f2f854ebc12f59b43b9efc6dd447d6f9010ca6f4 100644 (file)
@@ -482,7 +482,6 @@ static void wait_for_rstdone(unsigned int bank)
                printf("SERDES: timeout resetting bank %u\n", bank + 1);
 }
 
-
 static void __soc_serdes_init(void)
 {
        /* Allow for SoC-specific initialization in <SOC>_serdes.c  */
index b638f24ed14cc5b4f912e245f226d7bd460f9d80..03f801ebbb7bb4201084e61b0ecfdf4b9be780f1 100644 (file)
@@ -191,7 +191,6 @@ u32 determine_mp_bootpg(unsigned int *pagesize)
        struct law_entry e;
 #endif
 
-
        /* use last 4K of mapped memory */
        bootpg = ((gd->ram_size > CFG_MAX_MEM_MAPPED) ?
                CFG_MAX_MEM_MAPPED : gd->ram_size) +
index d38041ef5c2ba9e7951978d5c0a2cae6f31cb83b..c1190667cef6c5e29f7e7a775de74a96d62120da 100644 (file)
@@ -29,7 +29,6 @@ static const u8 serdes2_cfg_tbl[][SRDS2_MAX_LANES] = {
        [0x03] = {PCIE1, PCIE2},
 };
 
-
 int is_serdes_configured(enum srds_prtcl device)
 {
        int ret;
index a7e1b3c98a9d358d55b1ee0d1bafd89949233844..d17a19026dda54aab3be3767edf3c8e2efb5c44c 100644 (file)
@@ -625,7 +625,6 @@ int get_clocks(void)
        else return (1);
 }
 
-
 /********************************************
  * get_bus_freq
  * return system bus freq in Hz
index 0d958fe131b51d53056986475e4dc76edc213c17..ff76bed1af25469c8977f767bc7e516b8652083f 100644 (file)
@@ -7,7 +7,6 @@
 #include <asm/processor.h>
 #include <asm/io.h>
 
-
 static u8 serdes_cfg_tbl[][SRDS_MAX_LANES] = {
        [0x40] = {PCIE1, PCIE1, PCIE1, PCIE1},
        [0xD5] = {QSGMII_FM1_A, PCIE3, PCIE2, PCIE1},
index 2033ebbaa5e65f59bea7500759449bb15629a913..fb59a3e4136b5494c4dd43115c8a360bc11b134e 100644 (file)
@@ -9,7 +9,6 @@
 #include <asm/io.h>
 #include <asm/ppc.h>
 
-
 static u8 serdes_cfg_tbl[][SRDS_MAX_LANES] = {
        [0x00] = {PCIE1, PCIE1, PCIE1, PCIE1,
                PCIE2, PCIE2, PCIE2, PCIE2},
index e0b36f869a9cc68051c8686ef308a30b137c871f..32b68a169a46050d196ef66090fe67c48849cc8c 100644 (file)
@@ -354,5 +354,4 @@ void clear_ddr_tlbs(unsigned int memsize_in_meg)
        clear_ddr_tlbs_phys(CFG_SYS_DDR_SDRAM_BASE, memsize_in_meg);
 }
 
-
 #endif /* not SPL */
index db70f07500c570fab1243899ebc3483bf945d4e5..a1c111ec171bc3bc0bbeb0e4b1e92c310c6fdcc2 100644 (file)
@@ -111,7 +111,6 @@ void show_regs(struct pt_regs *regs)
        }
 }
 
-
 static void _exception(int signr, struct pt_regs *regs)
 {
        show_regs(regs);
index 8c85fc180b9bd17b2370ba6e8da466726790b981..09aaebc5c47ae1416ded73d894d9993eee893319 100644 (file)
@@ -206,7 +206,6 @@ static int do_iopset(struct cmd_tbl *cmdtp, int flag, int argc,
        if (pin > 31)
                rcode = 1;
 
-
        switch (argv[3][0]) {
        case 'd':
                if (argv[3][1] == 'a')
index 5220c560e5f362585725fdcdff6419887686abb0..22f2f5878e33476c5bf9e15cdd6f23e0e9e58aa3 100644 (file)
@@ -75,7 +75,6 @@ void show_regs(struct pt_regs *regs)
        }
 }
 
-
 static void _exception(int signr, struct pt_regs *regs)
 {
        show_regs(regs);
@@ -142,7 +141,6 @@ void SoftEmuException(struct pt_regs *regs)
        panic("Software Emulation Exception");
 }
 
-
 void UnknownException(struct pt_regs *regs)
 {
        printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
index 82f28749eb17de4c3e3b67cb664db99ecdb9f236..d64eb7328fe052819d598dadd028380a5bf4981e 100644 (file)
@@ -300,7 +300,6 @@ __weak int cpu_numcores(void)
        return cpu->num_cores;
 }
 
-
 /*
  * Check if the given core ID is valid
  *
index 843dd191ccf780b627e0fd5b2208202c290c6384..9b7a07958ecc2156c56205ecd7f10f416485acc3 100644 (file)
@@ -20,7 +20,6 @@ static void __lbc_sdram_init(void)
 void lbc_sdram_init(void) __attribute__((weak, alias("__lbc_sdram_init")));
 #endif
 
-
 void print_lbc_regs(void)
 {
        int i;
index 29399bcd8b6866cdc67cd398944f57fc3af0fd39..3a82e60a24715492f3e2273fcd3fa19a20a792d9 100644 (file)
@@ -26,7 +26,6 @@ static inline int __ilog2_roundup_64(uint64_t val)
                return  __ilog2_u64(val) + 1;
 }
 
-
 static inline int count_lsb_zeroes(unsigned long val)
 {
        return ffs(val) - 1;
@@ -332,7 +331,6 @@ void pamu_disable(void)
        u32 i  = 0;
        u32 base_addr = CFG_SYS_PAMU_ADDR;
 
-
        for (i = 0; i < CFG_NUM_PAMU; i++) {
                clrbits_be32((void *)base_addr + PAMU_PCR_OFFSET, PAMU_PCR_PE);
                sync();
@@ -340,7 +338,6 @@ void pamu_disable(void)
        }
 }
 
-
 static uint64_t find_max(uint64_t arr[], int num)
 {
        int i = 0;
index f3a9749625c9655014ff1e4c19dfae6609619af9..b4695cc99cbbdeb7361556c6a5a35532c6cf35b1 100644 (file)
@@ -31,7 +31,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define LAWBAR_SHIFT 12
 #endif
 
-
 static inline phys_addr_t get_law_base_addr(int idx)
 {
 #ifdef CONFIG_FSL_CORENET
index 96491b6e4ec7338a03a07cb616e6a138c050e294..b22eebaa0ae4d68a5ed98fa6c4bbcb5b89bfffc9 100644 (file)
@@ -270,7 +270,6 @@ found_middle:
        return result + ffz(tmp);
 }
 
-
 #define _EXT2_HAVE_ASM_BITOPS_
 
 #ifdef __KERNEL__
index d990ecff96f0edfe2e96e2a96b6874ce757a8bfc..819250f00902fdece1c51629c23f55d1239cdca4 100644 (file)
@@ -82,7 +82,6 @@
 #define CFG_SYS_FM_MURAM_SIZE  0x28000
 #define CFG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000
 
-
 #elif defined(CONFIG_ARCH_T4240)
 #ifdef CONFIG_ARCH_T4240
 #define CFG_SYS_FSL_CLUSTER_CLOCKS   { 1, 1, 4 }
 #define CFG_SYS_FM_MURAM_SIZE  0x28000
 #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE
 
-
 #elif defined(CONFIG_ARCH_C29X)
 #define CFG_SYS_FSL_SEC_IDX_OFFSET     0x20000
 
index 809ab1d4187ed7d7252ed4c7870b5488593b0211..6c6e436b6eefcad3982370e4adb44311ea99601e 100644 (file)
@@ -269,5 +269,4 @@ int fsl_pcie_init_board(int busno);
 #error FT_FSL_PCI_SETUP not defined
 #endif
 
-
 #endif
index 2412bb9d7c1e1bc36e340cb1c5a9d1577811ecc4..9a59ed8c5a0fbbd0c3851859bd9d5207f1efa9a1 100644 (file)
@@ -92,7 +92,6 @@ extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
 #define insl_ns(port, buf, nl)  _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
 
-
 #define IO_SPACE_LIMIT ~0
 
 #define memset_io(a,b,c)       memset((void __force *)(a),(b),(c))
index b0aafdcdae10ddf369438883c6ddb2af9f949b2d..bc7716b707953850e1109223244a334e846d07bb 100644 (file)
@@ -126,7 +126,6 @@ typedef struct _pte {
 #define PT_MASK  0x02FF
 #define PG_SHIFT (12)                  /* Page Entry */
 
-
 /* MMU context */
 
 typedef struct _MMU_context {
@@ -304,7 +303,6 @@ extern void print_bats(void);
 #define M_CASID                793     /* Address space ID (context) to match */
 #define MC_ASIDMASK    0x0000000f      /* Bits used for ASID value */
 
-
 /* These are the Ks and Kp from the PowerPC books.  For proper operation,
  * Ks = 0, Kp = 1.
  */
@@ -349,7 +347,6 @@ extern void print_bats(void);
 #define MD_SVALID      0x00000001      /* Segment entry is valid */
                                        /* Reset value is undefined */
 
-
 /* Real page number.  Defined by the pte.  Writing this register
  * causes a TLB entry to be created for the data TLB, using
  * additional information from the MD_EPN, and MD_TWC registers.
index 7a1adba950d14e6bfb33b7a7b78e194950dadc9a..3d920c25ade2647c9c5fddbc3b786fc90c81201b 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _PPC_KERNEL_MPC8349_PCI_H
 #define _PPC_KERNEL_MPC8349_PCI_H
 
-
 #define M8265_PCIBR0   0x101ac
 #define M8265_PCIBR1   0x101b0
 #define M8265_PCIMSK0  0x101c4
 #define PCIMSK_512MB        0xE0000000
 #define PCIMSK_1GB          0xC0000000  /* Size of window, largest */
 
-
 #define M826X_SCCR_PCI_MODE_EN 0x100
 
-
 /*
  * Outbound ATU registers (3 sets). These registers control how 60x bus
  * (local) addresses are translated to PCI addresses when the MPC826x is
index 715c868ab67effe08b3292784bc8431b274bacab..5dee3ba415bc70105bd531c349cee88d0742c915 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <asm/ptrace.h>
 
-
 struct sigcontext_struct {
        unsigned long   _unused[4];
        int             signal;
index f55b5ff8320eb08218e26841c900c57bb264cceb..61e08728dd4fac3bb33ea26281a7769409a207f9 100644 (file)
@@ -6,7 +6,6 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-
 #include <config.h>
 #include <bootm.h>
 #include <bootstage.h>
index 92b8a0bceacf4a89b3b4c0f38984aeb39e38c107..46208ae4c71ac8741663d805f56bf33a90e77117 100644 (file)
@@ -32,7 +32,6 @@ static __inline__ unsigned long get_dec (void)
        return val;
 }
 
-
 static __inline__ void set_dec (unsigned long val)
 {
        if (val)