aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-03-06 21:55:41 +0200
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-06-12 20:14:21 +0300
commit27896ffd8fe41a6f052962c2fb1573daa6476f13 (patch)
tree2a3ecf648b9df16ca39f2a47015f4b8f9c10540b /MAINTAINERS
parent34ce984c24e69abc271f855cfe2969f444f3b98b (diff)
downloadlinux-27896ffd8fe41a6f052962c2fb1573daa6476f13.tar.gz
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 <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e57..44a413a8483ffb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8671,6 +8671,8 @@ F: drivers/input/touchscreen/resistive-adc-touch.c
GENERIC STRING LIBRARY
R: Andy Shevchenko <andy@kernel.org>
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