]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sh: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:32 +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/sh/include/asm/cpu_sh7722.h
arch/sh/include/asm/cpu_sh7734.h
arch/sh/include/asm/cpu_sh7752.h
arch/sh/include/asm/cpu_sh7753.h
arch/sh/include/asm/cpu_sh7757.h
arch/sh/include/asm/posix_types.h

index 9f1f6a047417a8e1dc5122c2dca7ec0bdd6cbfc5..aae5b371cee8d95ccdef6d60b3033b304848fc72 100644 (file)
 #define RWTCSR      0xA4520004
 #define WTCNT  RWTCNT
 
-
 /*     TMU     */
 #define TMU_BASE       0xFFD80000
 
index 546f4fff9b4dc61f09dd061648f20b21ce251218..22ae884c141d006a4d753e808c78222865ca29e3 100644 (file)
@@ -50,5 +50,4 @@
 #define GPSR4  (GPSR0 + 0x10)
 #define GPSR5  (GPSR0 + 0x14)
 
-
 #endif /* _ASM_CPU_SH7734_H_ */
index e024423f25a1f1ee7cd6d388fcca4d84873643d3..f084ed8e34f22786e198a5215ca39d32ae19c3e2 100644 (file)
@@ -66,7 +66,6 @@ struct sermux_regs {
 };
 #define SERMUX_BASE    ((struct sermux_regs *)0xfe470000)
 
-
 /* USB0/1 */
 struct usb_common_regs {
        unsigned short  reserved[129];
index 2f779b137e1a8030418d5db1a6e999c6b251a16d..4f25f1dd0dc455df06ee39cc0f11d7d9ee10b55a 100644 (file)
@@ -66,7 +66,6 @@ struct sermux_regs {
 };
 #define SERMUX_BASE    ((struct sermux_regs *)0xfe470000)
 
-
 /* USB0/1 */
 struct usb_common_regs {
        unsigned short  reserved[129];
index b3aaec2aaa1015f51d95a9851744e904ed925336..c0a8d89c951b9e00e09d92f7b24be7a23aca83e0 100644 (file)
@@ -162,7 +162,6 @@ struct pcie_system_bus_regs {
 };
 #define PCIE_SYSTEM_BUS_BASE   ((struct pcie_system_bus_regs *)0xffca1600)
 
-
 /* PCIe-Bridge */
 struct pciebrg_regs {
        unsigned short  ctrl_h8s;
index c9d9fb84f1f8d9a201a5a7b3cb7dd434b07a41d0..769c5eb4c1825d5b8e43532417e03a404c3dfd6b 100644 (file)
@@ -65,7 +65,6 @@ static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
        __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
 }
 
-
 #undef __FD_ISSET
 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
 {