All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/tve200: fix kernel-doc documentation comment include
@ 2018-02-20 14:20 Jani Nikula
  2018-02-20 16:34 ` Daniel Vetter
  2018-02-21  7:03 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Jani Nikula @ 2018-02-20 14:20 UTC (permalink / raw)
  To: dri-devel; +Cc: Jani Nikula

The DOC: line acts as an identifier for the :doc: include. Fixes:

./drivers/gpu/drm/tve200/tve200_drv.c:1: warning: no structured comments found

Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 Documentation/gpu/tve200.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/tve200.rst b/Documentation/gpu/tve200.rst
index 69b17b324e12..152ea9398f7e 100644
--- a/Documentation/gpu/tve200.rst
+++ b/Documentation/gpu/tve200.rst
@@ -3,4 +3,4 @@
 ==================================
 
 .. kernel-doc:: drivers/gpu/drm/tve200/tve200_drv.c
-   :doc: Faraday TV Encoder 200
+   :doc: Faraday TV Encoder TVE200 DRM Driver
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-21  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-20 14:20 [PATCH] drm/tve200: fix kernel-doc documentation comment include Jani Nikula
2018-02-20 16:34 ` Daniel Vetter
2018-02-21  7:03 ` Linus Walleij
2018-02-21  7:36   ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.