All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fixup kernel doc for driver->gem_create_object
@ 2016-11-25 12:34 Chris Wilson
  2016-11-25 13:58 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Wilson @ 2016-11-25 12:34 UTC (permalink / raw)
  To: dri-devel

Silences

./include/drm/drm_drv.h:295: warning: Incorrect use of kernel-doc format

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 include/drm/drm_drv.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h
index aad8bbacd1f0..52bf44e2b5cc 100644
--- a/include/drm/drm_drv.h
+++ b/include/drm/drm_drv.h
@@ -291,6 +291,8 @@ struct drm_driver {
 	void (*gem_close_object) (struct drm_gem_object *, struct drm_file *);
 
 	/**
+	 * @gem_create_object: constructor for gem objects
+	 *
 	 * Hook for allocating the GEM object struct, for use by core
 	 * helpers.
 	 */
-- 
2.10.2

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

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

* Re: [PATCH] drm: Fixup kernel doc for driver->gem_create_object
  2016-11-25 12:34 [PATCH] drm: Fixup kernel doc for driver->gem_create_object Chris Wilson
@ 2016-11-25 13:58 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2016-11-25 13:58 UTC (permalink / raw)
  To: Chris Wilson; +Cc: dri-devel

On Fri, Nov 25, 2016 at 12:34:27PM +0000, Chris Wilson wrote:
> Silences
> 
> ./include/drm/drm_drv.h:295: warning: Incorrect use of kernel-doc format
> 
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

Applied to drm-misc, thanks.
-Daniel

> ---
>  include/drm/drm_drv.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h
> index aad8bbacd1f0..52bf44e2b5cc 100644
> --- a/include/drm/drm_drv.h
> +++ b/include/drm/drm_drv.h
> @@ -291,6 +291,8 @@ struct drm_driver {
>  	void (*gem_close_object) (struct drm_gem_object *, struct drm_file *);
>  
>  	/**
> +	 * @gem_create_object: constructor for gem objects
> +	 *
>  	 * Hook for allocating the GEM object struct, for use by core
>  	 * helpers.
>  	 */
> -- 
> 2.10.2
> 
> _______________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2016-11-25 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-25 12:34 [PATCH] drm: Fixup kernel doc for driver->gem_create_object Chris Wilson
2016-11-25 13:58 ` Daniel Vetter

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.