drm: Fixup flip-work kerneldoc
authorThierry Reding <treding@nvidia.com>
Tue, 29 Apr 2014 09:44:36 +0000 (11:44 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 29 Apr 2014 10:33:35 +0000 (12:33 +0200)
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>
include/drm/drm_flip_work.h

index 35c776ae7d3b438b9e497733426c98ae4df5dec4..9eed34dcd6afea74a8438f5571552cd472191a45 100644 (file)
@@ -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;
This page took 0.025198 seconds and 5 git commands to generate.