On Wed, 01 Jun 2022 06:17:46 +0200, Lukas Bulwahn wrote: > 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> > --- > 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(-) > Applied, thanks!