Commit 56cd47b4 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Linus Walleij
Browse files

MAINTAINERS: fix typo in DRM DRIVER FOR SAMSUNG S6D27A1 PANELS



Commit ebd8cbf1 ("drm/panel: s6d27a1: Add driver for Samsung S6D27A1
display panel") introduces a new section DRM DRIVER FOR SAMSUNG S6D27A1
PANELS with a minor typo in one of its file entries.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  driver/gpu/drm/panel/panel-samsung-s6d27a1.c

So, repair the entry and make get_maintainer.pl happy.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210921122146.13132-1-lukas.bulwahn@gmail.com
parent f7fc7a79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6022,7 +6022,7 @@ DRM DRIVER FOR SAMSUNG S6D27A1 PANELS
M:	Markuss Broks <markuss.broks@gmail.com>
S:	Maintained
F:	Documentation/devicetree/bindings/display/panel/samsung,s6d27a1.yaml
F:	driver/gpu/drm/panel/panel-samsung-s6d27a1.c
F:	drivers/gpu/drm/panel/panel-samsung-s6d27a1.c
DRM DRIVER FOR SITRONIX ST7703 PANELS
M:	Guido Günther <agx@sigxcpu.org>