diff mbox series

[v2,5/5] lib/cpumask_kunit: add tests file to MAINTAINERS

Message ID 8fb0f6130ba542f6cfa2ef2f16a4ff82730162cd.1661007339.git.sander@svanheule.net (mailing list archive)
State Superseded
Headers show
Series cpumask: KUnit test suite fixes and improvements | expand

Commit Message

Sander Vanheule Aug. 20, 2022, 3:03 p.m. UTC
cpumask related files are listed under the BITMAP API section, so file
with the tests for cpumask should be added to that list.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
Reviewed-by: David Gow <davidgow@google.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f512b430c7cb..0f41174be0d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3612,6 +3612,7 @@  F:	include/linux/find.h
 F:	include/linux/nodemask.h
 F:	lib/bitmap.c
 F:	lib/cpumask.c
+F:	lib/cpumask_kunit.c
 F:	lib/find_bit.c
 F:	lib/find_bit_benchmark.c
 F:	lib/test_bitmap.c