On Wed, 1 Jun 2022 06:17:46 +0200 Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: Hi Lukas, > The three commits: > > 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema") > 0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema") > 2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema") > > convert the arm display dt-bindings, arm,*.txt to arm,*.yaml, but miss to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about > broken references. > > Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS > DRIVER and ARM MALI-DP DRM DRIVER. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Thanks for taking care! Acked-by: Andre Przywara <andre.przywara@xxxxxxx> Cheers, Andre > --- > Andre, please ack. > Rob, Krzysztof, please pick this minor non-urgent clean-up patch in > your -next dt tree. > > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ae685aaf8850..58e751b9346e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1510,7 +1510,7 @@ F: drivers/clocksource/arm_arch_timer.c > ARM HDLCD DRM DRIVER > M: Liviu Dudau <liviu.dudau@xxxxxxx> > S: Supported > -F: Documentation/devicetree/bindings/display/arm,hdlcd.txt > +F: Documentation/devicetree/bindings/display/arm,hdlcd.yaml > F: drivers/gpu/drm/arm/hdlcd_* > > ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT > @@ -1545,7 +1545,7 @@ M: Mihail Atanassov <mihail.atanassov@xxxxxxx> > L: Mali DP Maintainers <malidp@xxxxxxxxxxxx> > S: Supported > T: git git://anongit.freedesktop.org/drm/drm-misc > -F: Documentation/devicetree/bindings/display/arm,komeda.txt > +F: Documentation/devicetree/bindings/display/arm,komeda.yaml > F: Documentation/gpu/komeda-kms.rst > F: drivers/gpu/drm/arm/display/include/ > F: drivers/gpu/drm/arm/display/komeda/ > @@ -1567,7 +1567,7 @@ M: Brian Starkey <brian.starkey@xxxxxxx> > L: Mali DP Maintainers <malidp@xxxxxxxxxxxx> > S: Supported > T: git git://anongit.freedesktop.org/drm/drm-misc > -F: Documentation/devicetree/bindings/display/arm,malidp.txt > +F: Documentation/devicetree/bindings/display/arm,malidp.yaml > F: Documentation/gpu/afbc.rst > F: drivers/gpu/drm/arm/ >