diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
commit | c6c22fdf52807946dd950f4aae4fa15dc0355a5c (patch) | |
tree | db9191a021053a1059cfe7bf88bd1f047a12cb13 /arch/m68k/include/asm/bitops.h | |
parent | 2f8c004a5ae51b9b88479f3a728c564c021f50c5 (diff) |
m68k: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/m68k/include/asm/bitops.h')
-rw-r--r-- | arch/m68k/include/asm/bitops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/bitops.h b/arch/m68k/include/asm/bitops.h index 4a3f6b97adc..c5c84c61690 100644 --- a/arch/m68k/include/asm/bitops.h +++ b/arch/m68k/include/asm/bitops.h @@ -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; |