In addition to __counted_by, also match the keywords __counted_by_le and __counted_by_be.
Signed-off-by: Thorsten Blum <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 84086d47db69..475387503391 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12356,7 +12356,7 @@ F: lib/usercopy_kunit.c F: mm/usercopy.c K: \b(add|choose)_random_kstack_offset\b K: \b__check_(object_size|heap_object)\b -K: \b__counted_by\b +K: \b__counted_by(_le|_be)?\b KERNEL JANITORS L: [email protected] -- 2.46.2
