diff options
author | Lukas Bulwahn <[email protected]> | 2021-09-21 14:21:46 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2021-09-21 20:12:18 +0200 |
commit | 56cd47b4705d8a35d5a772730fcd6a10591d3860 (patch) | |
tree | 51520fced59c4eaa441ea6c78b273c38a7bfd8a5 | |
parent | f7fc7a79bdbf20f2edef69dc62666a4f0cdac0e3 (diff) |
MAINTAINERS: fix typo in DRM DRIVER FOR SAMSUNG S6D27A1 PANELS
Commit ebd8cbf1fb96 ("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 <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 98d8dfc8c072..a1bcf58c7a23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6022,7 +6022,7 @@ DRM DRIVER FOR SAMSUNG S6D27A1 PANELS M: Markuss Broks <[email protected]> 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 <[email protected]> |