diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-05-17 12:16:48 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2021-05-17 14:53:17 +0200 |
commit | 30039405ac25665119ff7bc944d33b136ef1c8a9 (patch) | |
tree | 5b65ad315abd4cf6dd88ec742115172c8327c1ce | |
parent | 8d0b1fe81e18eb66a2d4406386760795fe0d77d9 (diff) |
MAINTAINERS: repair reference in DRM DRIVER FOR SIMPLE FRAMEBUFFERSdrm-misc-next-2021-05-17
Commit 11e8f5fd223b ("drm: Add simpledrm driver") adds the file
./drivers/gpu/drm/tiny/simpledrm.c, but refers to the file
./drivers/gpu/drm/tiny/simplekms.c with the new MAINTAINERS section
DRM DRIVER FOR SIMPLE FRAMEBUFFERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/gpu/drm/tiny/simplekms.c
Repair the file entry by referring to the right location.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20210517101648.29906-1-lukas.bulwahn@gmail.com
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 871808decbf1..41f2b2b85b6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5875,7 +5875,7 @@ M: Thomas Zimmermann <tzimmermann@suse.de> L: dri-devel@lists.freedesktop.org S: Maintained T: git git://anongit.freedesktop.org/drm/drm-misc -F: drivers/gpu/drm/tiny/simplekms.c +F: drivers/gpu/drm/tiny/simpledrm.c DRM DRIVER FOR SIS VIDEO CARDS S: Orphan / Obsolete |