OSDN Git Service

MAINTAINERS: repair reference in DRM DRIVER FOR SIMPLE FRAMEBUFFERS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 17 May 2021 10:16:48 +0000 (12:16 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 17 May 2021 12:53:17 +0000 (14:53 +0200)
commit30039405ac25665119ff7bc944d33b136ef1c8a9
tree5b65ad315abd4cf6dd88ec742115172c8327c1ce
parent8d0b1fe81e18eb66a2d4406386760795fe0d77d9
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 <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
MAINTAINERS