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>
This commit is contained in:
Andy Shevchenko 2023-03-06 21:55:41 +02:00
parent 34ce984c24
commit 27896ffd8f
1 changed files with 2 additions and 0 deletions

View File

@ -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