]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mips: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:25 +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>
arch/mips/include/asm/io.h
arch/mips/include/asm/isa-rev.h
arch/mips/include/asm/mipsregs.h
arch/mips/include/asm/pgtable-bits.h
arch/mips/mach-ath79/qca953x/clk.c
arch/mips/mach-octeon/include/mangle-port.h

index 3774acaadc38f3889d06bacc1b6e64c17536c745..4acc439ccfb1e8e3bda5948e8a5d056fa9a0d8ad 100644 (file)
@@ -485,7 +485,6 @@ BUILDSTRING(q, u64)
 #define outsq outsq
 #endif
 
-
 #ifdef CONFIG_CPU_CAVIUM_OCTEON
 #define mmiowb() wmb()
 #else
index 683ea3454dcb8df4eaad837155e04a7d541ddd94..8afa6aefc54719fa37c81170b8a3f815798d9a32 100644 (file)
@@ -20,5 +20,4 @@
 #define MIPS_ISA_REV 0
 #endif
 
-
 #endif /* __MIPS_ASM_ISA_REV_H__ */
index 3db3965fcff55f3d51ca18bb1a3b3a69398ffdd6..d02b1e50bdf0b922befd224ee8f2d0b935cc1108 100644 (file)
  */
 #define CP0_TX39_CACHE $7
 
-
 /* Generic EntryLo bit definitions */
 #define ENTRYLO_G              (_ULCAST_(1) << 0)
 #define ENTRYLO_V              (_ULCAST_(1) << 1)
 #define CP1_FENR       $28
 #define CP1_STATUS     $31
 
-
 /*
  * Bits in the MIPS32/64 coprocessor 1 (FPU) revision register.
  */
 #define FPU_CSR_RU     0x2     /* towards +Infinity */
 #define FPU_CSR_RD     0x3     /* towards -Infinity */
 
-
 #ifndef __ASSEMBLY__
 
 /*
@@ -1261,7 +1258,6 @@ static inline void tlbinvf(void)
                ".set pop");
 }
 
-
 /*
  * Functions to access the R10000 performance counters.         These are basically
  * mfc0 and mtc0 instructions from and to coprocessor register with a 5-bit
@@ -1307,7 +1303,6 @@ do {                                                              \
        : "r" (val), "i" (counter));                            \
 } while (0)
 
-
 /*
  * Macros to access the system control coprocessor
  */
@@ -2403,7 +2398,6 @@ do {                                                                      \
        mfhi3;                                                          \
 })
 
-
 #define mtlo0(x)                                                       \
 ({                                                                     \
        __asm__(                                                        \
index 481d2ef6c2fa9c8c1833918a5dfbe4cc637bb1f9..2dacdbbcdbe425c45ac5efe627241fdb7af10cff 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef _ASM_PGTABLE_BITS_H
 #define _ASM_PGTABLE_BITS_H
 
-
 /*
  * Note that we shift the lower 32bits of each EntryLo[01] entry
  * 6 bits to the left. That way we can convert the PFN into the
  *   32-bit, R2 or later:       CCC D V G RI/R XI M A W P
  */
 
-
 #ifndef __ASSEMBLY__
 /*
  * pte_to_entrylo converts a page table entry (PTE) into a Mips
index 379085f1ff7f9e6c1dfdd890e867ff70dce1175c..e9a80c6f12fc2bf8748bc1d69a98608aea2bf08e 100644 (file)
@@ -61,7 +61,6 @@ int get_clocks(void)
                        & QCA953X_PLL_CLK_CTRL_CPU_POST_DIV_MASK) + 1;
        gd->cpu_clk = pll / div;
 
-
        val = readl(regs + QCA953X_PLL_DDR_CONFIG_REG);
        /* VCOOUT = XTAL * DIV_INT */
        div = (val >> QCA953X_PLL_DDR_CONFIG_REFDIV_SHIFT)
index 7e95dcef5aff8d2774a71461dd05927c665a9bde..554bdc55cf290eca8a3bb4ec6edb241571cbe2ec 100644 (file)
@@ -43,7 +43,6 @@ static inline bool __should_swizzle_addr(u64 p)
 
 #endif /* __BIG_ENDIAN */
 
-
 # define ioswabb(a, x)         (x)
 # define __mem_ioswabb(a, x)   (x)
 # define ioswabw(a, x)         (__should_swizzle_bits(a) ? le16_to_cpu(x) : x)