diff mbox series

[v3,10/15] MAINTAINERS: Add myself as designated reviewer for generic string library

Message ID 20210504180819.73127-11-andriy.shevchenko@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series lib/string_helpers: get rid of ugly *_escape_mem_ascii() | expand

Commit Message

Andy Shevchenko May 4, 2021, 6:08 p.m. UTC
Add myself as designated reviewer for generic string library.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Joe Perches May 12, 2021, 6:20 a.m. UTC | #1
On Tue, 2021-05-04 at 21:08 +0300, Andy Shevchenko wrote:
> Add myself as designated reviewer for generic string library.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1783372a608a..2c5797fc462c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7650,6 +7650,14 @@ L:	linux-input@vger.kernel.org
>  S:	Maintained
>  F:	drivers/input/touchscreen/resistive-adc-touch.c
>  
> 
> +GENERIC STRING LIBRARY
> +R:	Andy Shevchenko <andy@kernel.org>
> +S:	Maintained
> +F:	lib/string.c
> +F:	lib/string_helpers.c
> +F:	lib/test_string.c
> +F:	lib/test-string_helpers.c

How can something be maintained if it has only a reviewer?
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1783372a608a..2c5797fc462c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7650,6 +7650,14 @@  L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/input/touchscreen/resistive-adc-touch.c
 
+GENERIC STRING LIBRARY
+R:	Andy Shevchenko <andy@kernel.org>
+S:	Maintained
+F:	lib/string.c
+F:	lib/string_helpers.c
+F:	lib/test_string.c
+F:	lib/test-string_helpers.c
+
 GENERIC UIO DRIVER FOR PCI DEVICES
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	kvm@vger.kernel.org