]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
dma-buf: Fix kerneldoc comment for struct dma_fence_array
authorJonathan Corbet <corbet@lwn.net>
Wed, 16 Jan 2019 22:34:36 +0000 (15:34 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 17 Jan 2019 09:12:32 +0000 (10:12 +0100)
commit3725cd0957615f26aef9557f72a327a75ca9a150
tree88310c2a6b731c54864a13a9e87f46c216c7b3e4
parent94520db52fc0e931327bb77fe79a952a0e9dd2b0
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
include/linux/dma-fence-array.h