Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73dbd77d authored by Thierry Reding's avatar Thierry Reding Committed by Daniel Vetter
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 83c617c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;