projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61abd4
)
drm: Fixup kernel doc for driver->gem_create_object
author
Chris Wilson
<chris@chris-wilson.co.uk>
Fri, 25 Nov 2016 12:34:27 +0000
(12:34 +0000)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 25 Nov 2016 13:58:13 +0000
(14:58 +0100)
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
include/drm/drm_drv.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_drv.h
b/include/drm/drm_drv.h
index aad8bbacd1f0ff100f6a8c61a49b762ab4cdd41d..52bf44e2b5cc31350a69e42ee3d46d4674b146d6 100644
(file)
--- 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.
*/