From 9fb4be152b01dda3a221bf5e015dc3ee76378896 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 23 Jul 2024 01:28:26 +0200 Subject: include: linux: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- include/linux/bitops.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/bitops.h') diff --git a/include/linux/bitops.h b/include/linux/bitops.h index d2e5ca026e8..f826d7f3b34 100644 --- a/include/linux/bitops.h +++ b/include/linux/bitops.h @@ -108,7 +108,6 @@ static inline int generic_fls(int x) return r; } - /* * hweightN: returns the hamming weight (i.e. the number * of bits set) of a N-bit word -- cgit v1.2.3