Re: [PATCH] dma-buf: Fix kerneldoc comment for struct dma_fence_array

2019-01-17 Thread Daniel Vetter
On Wed, Jan 16, 2019 at 03:34:36PM -0700, Jonathan Corbet wrote: > 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 descri

[PATCH] dma-buf: Fix kerneldoc comment for struct dma_fence_array

2019-01-16 Thread Jonathan Corbet
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.