From: Andy Shevchenko Date: Thu, 6 Nov 2025 08:02:50 +0000 (+0100) Subject: bitops: Add missed file to MAINTAINERS X-Git-Tag: v6.19-rc1~87^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb302c9c9b702efe09398c8a591beffe083b742;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Yury Norov (NVIDIA) --- diff --git a/MAINTAINERS b/MAINTAINERS index 807820f7a1a99..be6a4217caa5e 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*