aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-11-25 07:34:27 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-11-25 08:58:13 -0500
commit218adc17b0d362331f2df37304ba467881241d80 (patch)
tree463010e505a8a6830ea60acdb7594a40e81d5165
parentb61abd49c5dd07d3b97b638128982c3feef99a93 (diff)
drm: Fixup kernel doc for driver->gem_create_object
Silences ./include/drm/drm_drv.h:295: warning: Incorrect use of kernel-doc format Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161125123427.15188-1-chris@chris-wilson.co.uk
-rw-r--r--include/drm/drm_drv.h2
1 files changed, 2 insertions, 0 deletions
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 {
291 void (*gem_close_object) (struct drm_gem_object *, struct drm_file *); 291 void (*gem_close_object) (struct drm_gem_object *, struct drm_file *);
292 292
293 /** 293 /**
294 * @gem_create_object: constructor for gem objects
295 *
294 * Hook for allocating the GEM object struct, for use by core 296 * Hook for allocating the GEM object struct, for use by core
295 * helpers. 297 * helpers.
296 */ 298 */