Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma-buf: Fix kerneldoc comment for struct dma_fence_array

The kerneldoc comment for struct dma_fence_array lacks a description
of the "work" member, leading to this docs-build warning:

./include/linux/dma-fence-array.h:54: warning: Function parameter or member 'work' not described in 'dma_fence_array'

Add a description and make the warning go away.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190116153436.3b244cda@lwn.net

authored by

Jonathan Corbet and committed by
Daniel Vetter
3725cd09 94520db5

+1
+1
include/linux/dma-fence-array.h
··· 40 40 * @num_fences: number of fences in the array 41 41 * @num_pending: fences in the array still pending 42 42 * @fences: array of the fences 43 + * @work: internal irq_work function 43 44 */ 44 45 struct dma_fence_array { 45 46 struct dma_fence base;