From: Andy Shevchenko Date: Mon, 6 Mar 2023 19:55:41 +0000 (+0200) Subject: lib/string_helpers: Add missing header files to MAINTAINERS database X-Git-Tag: v6.6.17~4504^2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27896ffd8fe41a6f052962c2fb1573daa6476f13;p=platform%2Fkernel%2Flinux-rpi.git lib/string_helpers: Add missing header files to MAINTAINERS database The header files string.h and string_helpers.h are missing in the MAINTAINERS. Add them. Signed-off-by: Andy Shevchenko --- diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d..44a413a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8671,6 +8671,8 @@ F: drivers/input/touchscreen/resistive-adc-touch.c GENERIC STRING LIBRARY R: Andy Shevchenko S: Maintained +F: include/linux/string.h +F: include/linux/string_helpers.h F: lib/string.c F: lib/string_helpers.c F: lib/test_string.c