summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-11-25 12:34:27 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-11-25 14:58:13 +0100
commit218adc17b0d362331f2df37304ba467881241d80 (patch)
tree463010e505a8a6830ea60acdb7594a40e81d5165 /include/drm
parentb61abd49c5dd07d3b97b638128982c3feef99a93 (diff)
downloadop-kernel-dev-218adc17b0d362331f2df37304ba467881241d80.zip
op-kernel-dev-218adc17b0d362331f2df37304ba467881241d80.tar.gz
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
Diffstat (limited to 'include/drm')
-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 aad8bba..52bf44e 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.
*/
OpenPOWER on IntegriCloud