projects
/
openwrt
/
staging
/
blogic.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
<
[email protected]
>
Fri, 25 Nov 2016 12:34:27 +0000
(12:34 +0000)
committer
Daniel Vetter
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
include/drm/drm_drv.h
patch
|
blob
|
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.
*/