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

* Re: [PATCH] drm/tve200: fix kernel-doc documentation comment include
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-02-20 16:34 UTC (permalink / raw)
  To: Jani Nikula; +Cc: dri-devel

On Tue, Feb 20, 2018 at 04:20:08PM +0200, Jani Nikula wrote:
> 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>

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>

> ---
>  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

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/tve200: fix kernel-doc documentation comment include
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2018-02-21  7:03 UTC (permalink / raw)
  To: Jani Nikula; +Cc: open list:DRM PANEL DRIVERS

On Tue, Feb 20, 2018 at 3:20 PM, Jani Nikula <jani.nikula@intel.com> wrote:

> 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>

Whoa, good catch!

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

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

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

* Re: [PATCH] drm/tve200: fix kernel-doc documentation comment include
  2018-02-21  7:03 ` Linus Walleij
@ 2018-02-21  7:36   ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2018-02-21  7:36 UTC (permalink / raw)
  To: Linus Walleij; +Cc: open list:DRM PANEL DRIVERS

On Wed, 21 Feb 2018, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, Feb 20, 2018 at 3:20 PM, Jani Nikula <jani.nikula@intel.com> wrote:
>
>> 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>
>
> Whoa, good catch!
>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Pushed to drm-misc-fixes, thanks for the review.

BR,
Jani.

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[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.