summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_flip_work.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-04-29 11:44:36 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-04-29 12:33:35 +0200
commit73dbd77d88e6974d2e30c239cef67e5370c2b7c5 (patch)
tree4b116146f212c69df9775b6c3a66048cec6669e3 /include/drm/drm_flip_work.h
parent83c617c590feea1fd6e0dee35c3a78fe1bfe3535 (diff)
downloadlinux-0-day-73dbd77d88e6974d2e30c239cef67e5370c2b7c5.tar.gz
linux-0-day-73dbd77d88e6974d2e30c239cef67e5370c2b7c5.tar.xz
drm: Fixup flip-work kerneldoc
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@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_flip_work.h')
-rw-r--r--include/drm/drm_flip_work.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_flip_work.h b/include/drm/drm_flip_work.h
index 35c776ae7d3b4..9eed34dcd6afe 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;