From: Sander Vanheule Date: Tue, 23 Aug 2022 06:12:23 +0000 (+0200) Subject: lib/cpumask_kunit: add tests file to MAINTAINERS X-Git-Tag: microblaze-v6.2~379^2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=5d7fef0804b0a72a7efe196cd23b438edf84726c;p=linux-2.6-microblaze.git lib/cpumask_kunit: add tests file to MAINTAINERS cpumask related files are listed under the BITMAP API section, so the file with tests for cpumask should be added to that list. Signed-off-by: Sander Vanheule Reviewed-by: David Gow Acked-by: Yury Norov Signed-off-by: Yury Norov --- diff --git a/MAINTAINERS b/MAINTAINERS index 9d7f64dc0efe..59b3718e66d1 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