diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-10-02 17:38:26 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-10-05 20:35:14 +0200 |
commit | 839313509182c3043a073a78bd41e4296af0a7a2 (patch) | |
tree | 7eb70e4a6b0f23a862f96c6b6f0a2c9a01958079 /Documentation/gpu | |
parent | 30abc59b4842511a34d7051a1ac01dc007fa1169 (diff) |
drm/mcde: Fix reference to DOC comment
The :doc: reference did not match the DOC comment's name.
Fixes: 5fc537bfd000 ("drm/mcde: Add new driver for ST-Ericsson MCDE")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191002153827.23026-1-j.neuschaefer@gmx.net
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/mcde.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/mcde.rst b/Documentation/gpu/mcde.rst index c69e977defda..dd43dde379e0 100644 --- a/Documentation/gpu/mcde.rst +++ b/Documentation/gpu/mcde.rst @@ -5,4 +5,4 @@ ======================================================= .. kernel-doc:: drivers/gpu/drm/mcde/mcde_drv.c - :doc: ST-Ericsson MCDE DRM Driver + :doc: ST-Ericsson MCDE Driver |