summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/bitops.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:29 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:18 -0600
commit5f9a3003be1d9657cf450e3dedf56e92a7415e07 (patch)
treeec216df2ef7495ce19244f932c8d2d8c045ffaf7 /arch/powerpc/include/asm/bitops.h
parent66710564025716645d3aad8c7be6da977d913d2f (diff)
ppc: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/powerpc/include/asm/bitops.h')
-rw-r--r--arch/powerpc/include/asm/bitops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/bitops.h b/arch/powerpc/include/asm/bitops.h
index 96491b6e4ec..b22eebaa0ae 100644
--- a/arch/powerpc/include/asm/bitops.h
+++ b/arch/powerpc/include/asm/bitops.h
@@ -270,7 +270,6 @@ found_middle:
return result + ffz(tmp);
}
-
#define _EXT2_HAVE_ASM_BITOPS_
#ifdef __KERNEL__