Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Francesco Dolcini <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
 arch/arc/include/asm/io.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h
index c818b8bdaec..39f361293fd 100644
--- a/arch/arc/include/asm/io.h
+++ b/arch/arc/include/asm/io.h
@@ -77,7 +77,6 @@ static inline void sync(void)
 #define __arch_putl(v, a)      ({ __comp_b(); *(volatile u32 *)(a) = (v); 
__comp_b(); })
 #define __arch_putq(v, a)      ({ __comp_b(); *(volatile u64 *)(a) = (v); 
__comp_b(); })
 
-
 /*
  * We add memory barriers for __raw_readX / __raw_writeX accessors same way as
  * it is done for readX and writeX accessors as lots of U-Boot driver uses
@@ -93,7 +92,6 @@ static inline void sync(void)
 #define __raw_readl(c)         ({ u32 __v = __arch_getl(c); __iormb(); __v; })
 #define __raw_readq(c)         ({ u64 __v = __arch_getq(c); __iormb(); __v; })
 
-
 static inline void __raw_writesb(unsigned long addr, const void *data,
                                 int bytelen)
 {
-- 
2.43.0

Reply via email to