[PATCH 5/8] drm: Fixup flip-work kerneldoc
Thierry Reding
thierry.reding at gmail.com
Tue Apr 29 02:44:36 PDT 2014
From: Thierry Reding <treding at nvidia.com>
Describe the fifo parameter. It seems like kerneldoc doesn't properly
handle fields defined using a macro, so it will end up complaining about
this anyway and not generate the documentation for it either. At least
the kerneldoc is now complete.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
include/drm/drm_flip_work.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/drm_flip_work.h b/include/drm/drm_flip_work.h
index 35c776ae7d3b..9eed34dcd6af 100644
--- a/include/drm/drm_flip_work.h
+++ b/include/drm/drm_flip_work.h
@@ -57,6 +57,7 @@ typedef void (*drm_flip_func_t)(struct drm_flip_work *work, void *val);
* @count: number of committed items
* @func: callback fxn called for each committed item
* @worker: worker which calls @func
+ * @fifo: queue of committed items
*/
struct drm_flip_work {
const char *name;
--
1.9.2
More information about the dri-devel
mailing list