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>
pull/1354/merge
Andy Shevchenko 2025-11-06 09:02:50 +01:00 committed by Yury Norov (NVIDIA)
parent dc77806cf3
commit 0cb302c9c9
1 changed files with 1 additions and 0 deletions

View File

@ -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*