From 16ede539259d7cc062d2a2a648a81468c49f60b3 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 13 Jul 2024 15:19:24 +0200 Subject: microblaze: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- arch/microblaze/include/asm/bitops.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/microblaze/include/asm/bitops.h') diff --git a/arch/microblaze/include/asm/bitops.h b/arch/microblaze/include/asm/bitops.h index 2cab2ac62b9..9ea217cd854 100644 --- a/arch/microblaze/include/asm/bitops.h +++ b/arch/microblaze/include/asm/bitops.h @@ -32,7 +32,6 @@ static inline unsigned long ffz(unsigned long word) return result; } - static inline void set_bit(int nr, volatile void *addr) { int * a = (int *) addr; @@ -257,7 +256,6 @@ found_middle: #define hweight16(x) generic_hweight16(x) #define hweight8(x) generic_hweight8(x) - static inline int ext2_set_bit(int nr, volatile void *addr) { int mask, retval; -- cgit v1.2.3