summaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-07-29 15:01:36 -0600
committerTom Rini <[email protected]>2024-07-29 15:01:36 -0600
commitc0d269da3c8492d4b81bbcb79a66f6d4a49f7610 (patch)
tree302f8dbd5d72be813e15eed94bd661bf2866c3ab /include/linux/bitops.h
parent9268c7a5e3e91564739bf0fdfd1df228a0273945 (diff)
parent6627fbba203f89a316299d35f6a2ff3f33dd15c8 (diff)
Merge patch series "include: asm-generic: Remove duplicate newlines"
Drop all duplicate newlines from the include directory files.
Diffstat (limited to 'include/linux/bitops.h')
-rw-r--r--include/linux/bitops.h1
1 files changed, 0 insertions, 1 deletions
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