]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
m68k: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:23 +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/m68k/include/asm/bitops.h
arch/m68k/include/asm/cache.h
arch/m68k/include/asm/immap_5271.h
arch/m68k/include/asm/immap_5275.h
arch/m68k/include/asm/m5441x.h
arch/m68k/lib/traps.c

index 4a3f6b97adcd7afd0cc1c6338822cd2104d51b52..c5c84c61690c6550cc2b9f86651e88241d16e49b 100644 (file)
@@ -19,7 +19,6 @@ extern int test_and_change_bit(int nr, volatile void *addr);
 
 #ifdef __KERNEL__
 
-
 static inline int test_bit(int nr, __const__ volatile void *addr)
 {
        __const__ unsigned int *p = (__const__ unsigned int *) addr;
index aa8d2edb40ba94cb043eb28dc7acc78b505a4c46..712b02cd89b4cd0dcc6ba7637a499712791890c1 100644 (file)
 #define CF_ACR_SP              (1 << 3)
 #endif                         /* CONFIG_CF_V4 */
 
-
 #ifndef CFG_SYS_CACHE_ICACR
 #define CFG_SYS_CACHE_ICACR    0
 #endif
index a5bf18c4b8488521ed4e1ed239e5ef5f1bfda11f..5b7db9e027b0e5d55efb0fed178e1b535192614c 100644 (file)
@@ -54,5 +54,4 @@
 #include <asm/coldfire/rng.h>
 #include <asm/coldfire/skha.h>
 
-
 #endif                         /* __IMMAP_5271__ */
index c4cce3f94f14d0721c5bdf00c63a7e84e2a86d44..e90c870c91d624ed2f29c260cd39541e4bff636b 100644 (file)
@@ -223,7 +223,6 @@ typedef struct      gpio_ctrl {
        u8 par_res2[3];
 } gpio_t;
 
-
 /* Watchdog registers
  */
 typedef struct wdog_ctrl {
index f2e7e7fff4a863438e1ee0a094582f35f7e636d0..2c9f13030ffbd146788f2186d1153dbcafac8a47 100644 (file)
 #define GPIO_PAR_FEC_FEC_MII           (0x01)  /* MDC & MDIO - GPIO */
 #define GPIO_PAR_FEC_FEC_MIIFUL        (0x00)
 
-
 /* TC: Need to edit here.... */
 
 /* Mode Select Control */
index e09f36f2fddd43967be827916fcddf097d9ed4b5..dafd8a9a635b580b0bd18a1d9cca4e30fe6dc4e8 100644 (file)
@@ -15,7 +15,6 @@
 #include <asm/processor.h>
 #include <asm/ptrace.h>
 
-
 extern void _exc_handler(void);
 extern void _int_handler(void);