From 0cb302c9c9b702efe09398c8a591beffe083b742 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 6 Nov 2025 09:02:50 +0100 Subject: [PATCH] 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) --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) 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* -- 2.47.3