Re: [PATCH 24/32] MAINTAINERS: Add entry for generic-radix-tree

From: Randy Dunlap
Date: Tue May 09 2023 - 17:03:47 EST




On 5/9/23 09:56, Kent Overstreet wrote:
> lib/generic-radix-tree.c is a simple radix tree that supports storing
> arbitrary types. Add a maintainers entry for it.
>
> Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5d76169140..c550f5909e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8615,6 +8615,13 @@ F: Documentation/devicetree/bindings/power/power?domain*
> F: drivers/base/power/domain*.c
> F: include/linux/pm_domain.h
>
> +GENERIC RADIX TREE:

No colon at the end of the line.

> +M: Kent Overstreet <kent.overstreet@xxxxxxxxx>
> +S: Supported
> +C: irc://irc.oftc.net/bcache
> +F: include/linux/generic-radix-tree.h
> +F: lib/generic-radix-tree.c
> +
> GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
> M: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx>
> L: linux-input@xxxxxxxxxxxxxxx

--
~Randy