From: Lukas Bulwahn Date: Mon, 17 May 2021 10:16:48 +0000 (+0200) Subject: MAINTAINERS: repair reference in DRM DRIVER FOR SIMPLE FRAMEBUFFERS X-Git-Tag: accepted/tizen/unified/20230118.172025~6402^2~28^2~392 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30039405ac25665119ff7bc944d33b136ef1c8a9;p=platform%2Fkernel%2Flinux-rpi.git MAINTAINERS: repair reference in DRM DRIVER FOR SIMPLE FRAMEBUFFERS 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 Signed-off-by: Thomas Zimmermann Link: https://patchwork.freedesktop.org/patch/msgid/20210517101648.29906-1-lukas.bulwahn@gmail.com --- diff --git a/MAINTAINERS b/MAINTAINERS index 871808d..41f2b2b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5875,7 +5875,7 @@ M: Thomas Zimmermann 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