]> git.baikalelectronics.ru Git - kernel.git/commitdiff
MAINTAINERS: fix typo in DRM DRIVER FOR SAMSUNG S6D27A1 PANELS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 21 Sep 2021 12:21:46 +0000 (14:21 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 21 Sep 2021 18:12:18 +0000 (20:12 +0200)
Commit 77425db0cc65 ("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: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210921122146.13132-1-lukas.bulwahn@gmail.com
MAINTAINERS

index 98d8dfc8c0725d6f37a9679b71e93d73e2a3e6b7..a1bcf58c7a233c859cd699d59618ba79d566af8b 100644 (file)
@@ -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>