]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
nios2: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:27 +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/nios2/cpu/interrupts.c
arch/nios2/include/asm/bitops/atomic.h
arch/nios2/include/asm/ptrace.h
arch/nios2/lib/libgcc.c

index 27093c4faa3d8525147529150f9e5a55ed9326b3..c98d40a49b51f68bb99353f37ae6116dde71f936 100644 (file)
@@ -98,7 +98,6 @@ void irq_install_handler(int irq, interrupt_handler_t *hdlr, void *arg)
        if (flag) enable_interrupts();
 }
 
-
 int interrupt_init(void)
 {
        int i;
@@ -114,7 +113,6 @@ int interrupt_init(void)
        return (0);
 }
 
-
 /*************************************************************************/
 #if defined(CONFIG_CMD_IRQ)
 int do_irqinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
index c8946465e63ac872113c74241e06028aba8086f3..0130fd47d39a6ba788411c99ea558f66664bb348 100644 (file)
@@ -31,7 +31,6 @@ extern raw_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned;
        local_irq_restore(f);                           \
 } while(0)
 
-
 #else
 #  define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0)
 #  define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0)
index 317d8ae09b4437229e2191b48d05e267c23bed0c..b1feb3388862b029e4ffd575855504bc27e0decf 100644 (file)
@@ -12,5 +12,4 @@ struct pt_regs {
        unsigned status;
 };
 
-
 #endif /* __ASM_NIOS2_PTRACE_H_ */
index a45b3e82efcbd07fbfeb0f6947e9af954be41561..30b846179c01175c4db93336bf7bb80f2fe6b188 100644 (file)
@@ -16,7 +16,6 @@ typedef unsigned long long DSItype;
 
 #include "longlong.h"
 
-
 typedef int word_type;
 typedef long Wtype;
 typedef long long DWtype;
@@ -46,7 +45,6 @@ const UQItype __clz_tab[256] =
   8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
 };
 
-
 DWtype
 __ashldi3 (DWtype u, word_type b)
 {
@@ -388,7 +386,6 @@ __negdi2 (DWtype u)
   return w.ll;
 }
 
-
 DWtype
 __muldi3 (DWtype u, DWtype v)
 {
@@ -440,7 +437,6 @@ __ucmpdi2 (DWtype a, DWtype b)
   return 1;
 }
 
-
 UDWtype
 __udivdi3 (UDWtype n, UDWtype d)
 {
@@ -507,14 +503,12 @@ __divsi3 (SItype a, SItype b)
   return res;
 }
 
-
 SItype
 __udivsi3 (SItype a, SItype b)
 {
   return udivmodsi4 (a, b, 0);
 }
 
-
 SItype
 __modsi3 (SItype a, SItype b)
 {