diff mbox series

[v1,1/3] lib/string_helpers: Add missing header files to MAINTAINERS database

Message ID 20221130115022.68956-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State Deferred, archived
Headers show
Series [v1,1/3] lib/string_helpers: Add missing header files to MAINTAINERS database | expand

Commit Message

Andy Shevchenko Nov. 30, 2022, 11:50 a.m. UTC
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>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 331dc0e3e5f9..c1f0310dae18 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8721,6 +8721,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