Re: [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
From: Tamir Duberstein
Date: Wed Dec 24 2025 - 16:10:35 EST
On Tue, Dec 23, 2025 at 1:00 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> Fix a missing ':' in the ARM MALI TYR DRM DRIVER entry, which does
> prevent script/get_maintainer.pl to properly work and pick up the
> corresponding maintainers.
>
> Fixes: cf4fd52e3236 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs")
> Reported-by: Tamir Duberstein <tamird@xxxxxxxxxx>
> Closes: https://lore.kernel.org/lkml/CAJ-ks9mrZtnPUjp5tD03hW+TyS0M9i-KRF_ramNY-oh-0X+ayA@xxxxxxxxxxxxxx/
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..fe1e8da6c2bb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2158,7 +2158,7 @@ M: Alice Ryhl <aliceryhl@xxxxxxxxxx>
> L: dri-devel@xxxxxxxxxxxxxxxxxxxxx
> S: Supported
> W: https://rust-for-linux.com/tyr-gpu-driver
> -W https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
> +W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
> B: https://gitlab.freedesktop.org/panfrost/linux/-/issues
> T: git https://gitlab.freedesktop.org/drm/rust/kernel.git
> F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml
> --
> 2.52.0
Reviewed-by: Tamir Duberstein <tamird@xxxxxxxxxx>