summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-11-06 09:02:50 +0100
committerYury Norov (NVIDIA) <yury.norov@gmail.com>2025-11-06 11:51:04 -0500
commit0cb302c9c9b702efe09398c8a591beffe083b742 (patch)
treeab7b2ac81640a107f36b74592fc359f558066785
parentdc77806cf3b4788d328fddf245e86c5b529f31a2 (diff)
bitops: Add missed file to MAINTAINERS
In accordance with the history and nature of the operation add lib/hweight.c to the BITOPS record in MAINTAINERS. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 807820f7a1a9..be6a4217caa5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4381,6 +4381,7 @@ F: arch/*/lib/bitops.c
F: include/asm-generic/bitops
F: include/asm-generic/bitops.h
F: include/linux/bitops.h
+F: lib/hweight.c
F: lib/test_bitops.c
F: tools/*/bitops*