From: Jonathan Corbet Date: Wed, 16 Jan 2019 22:34:36 +0000 (-0700) Subject: dma-buf: Fix kerneldoc comment for struct dma_fence_array X-Git-Tag: v5.1-rc1~117^2~21^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3725cd0957615f26aef9557f72a327a75ca9a150;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190116153436.3b244cda@lwn.net --- diff --git a/include/linux/dma-fence-array.h b/include/linux/dma-fence-array.h index bc8940ca280dc..c0ff417b47706 100644 --- a/include/linux/dma-fence-array.h +++ b/include/linux/dma-fence-array.h @@ -40,6 +40,7 @@ struct dma_fence_array_cb { * @num_fences: number of fences in the array * @num_pending: fences in the array still pending * @fences: array of the fences + * @work: internal irq_work function */ struct dma_fence_array { struct dma_fence base;