On Tue, Dec 23, 2025 at 1:00 PM Danilo Krummrich <[email protected]> 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 <[email protected]> > Closes: > https://lore.kernel.org/lkml/caj-ks9mrztnpujp5td03hw+tys0m9i-krf_ramny-oh-0x+...@mail.gmail.com/ > Signed-off-by: Danilo Krummrich <[email protected]> > --- > 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 <[email protected]> > L: [email protected] > 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 <[email protected]>
