diff options
author | Andy Shevchenko <[email protected]> | 2021-06-30 18:55:32 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-07-01 11:06:05 -0700 |
commit | be613b4025fa3894f3985283d5f2929161fae300 (patch) | |
tree | c64a99f0ba6d967160f93e1d5fc404ae8148c4a8 | |
parent | 259fa5d7d825122c30ad4122c6a1cc937eb74c2d (diff) |
MAINTAINERS: add myself as designated reviewer for generic string library
Add myself as designated reviewer for generic string library.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Andy Shevchenko <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Chuck Lever <[email protected]>
Cc: "J. Bruce Fields" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 37f5a8ca413f..eae74c5a06b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7648,6 +7648,14 @@ L: [email protected] S: Maintained F: drivers/input/touchscreen/resistive-adc-touch.c +GENERIC STRING LIBRARY +R: Andy Shevchenko <[email protected]> +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" <[email protected]> |