[PATCH v1 1/2] MAINTAINERS: Add bits.h to the BITMAP API record

From: Andy Shevchenko
Date: Wed Jun 21 2023 - 12:26:40 EST


>From time to time changes are tending to go to the bits.h
headers while it may affect other bit operataions. Add
the bits.h to the BITMAP API record.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 210285042dcd..34553d2136ea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3592,9 +3592,11 @@ R: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
R: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
S: Maintained
F: include/linux/bitmap.h
+F: include/linux/bits.h
F: include/linux/cpumask.h
F: include/linux/find.h
F: include/linux/nodemask.h
+F: include/vdso/bits.h
F: lib/bitmap.c
F: lib/cpumask.c
F: lib/cpumask_kunit.c
@@ -3602,7 +3604,9 @@ F: lib/find_bit.c
F: lib/find_bit_benchmark.c
F: lib/test_bitmap.c
F: tools/include/linux/bitmap.h
+F: tools/include/linux/bits.h
F: tools/include/linux/find.h
+F: tools/include/vdso/bits.h
F: tools/lib/bitmap.c
F: tools/lib/find_bit.c

--
2.40.0.1.gaa8946217a0b