diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-11-25 12:34:27 +0000 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-11-25 14:58:13 +0100 |
commit | 218adc17b0d362331f2df37304ba467881241d80 (patch) | |
tree | 463010e505a8a6830ea60acdb7594a40e81d5165 /include | |
parent | b61abd49c5dd07d3b97b638128982c3feef99a93 (diff) | |
download | linux-stable-218adc17b0d362331f2df37304ba467881241d80.tar.gz linux-stable-218adc17b0d362331f2df37304ba467881241d80.tar.bz2 linux-stable-218adc17b0d362331f2df37304ba467881241d80.zip |
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')
-rw-r--r-- | include/drm/drm_drv.h | 2 |
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 { 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. */ |