Skip to content

Commit 3003940

Browse files
bulwahnThomas Zimmermann
authored andcommitted
MAINTAINERS: repair reference in DRM DRIVER FOR SIMPLE FRAMEBUFFERS
Commit 11e8f5f ("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 <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 8d0b1fe commit 3003940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5875,7 +5875,7 @@ M: Thomas Zimmermann <[email protected]>
58755875
58765876
S: Maintained
58775877
T: git git://anongit.freedesktop.org/drm/drm-misc
5878-
F: drivers/gpu/drm/tiny/simplekms.c
5878+
F: drivers/gpu/drm/tiny/simpledrm.c
58795879

58805880
DRM DRIVER FOR SIS VIDEO CARDS
58815881
S: Orphan / Obsolete

0 commit comments

Comments
 (0)