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

dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in kerneldoc

Fix W=1 compile warnings (invalid kerneldoc):

drivers/dma-buf/dma-fence-chain.c:233: warning: Function parameter or member 'seqno' not described in 'dma_fence_chain_init'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200819175134.19261-2-krzk@kernel.org

authored by

Krzysztof Kozlowski and committed by
Sumit Semwal
8d0441cf 6d3ba803

+1
+1
drivers/dma-buf/dma-fence-chain.c
··· 222 222 * @chain: the chain node to initialize 223 223 * @prev: the previous fence 224 224 * @fence: the current fence 225 + * @seqno: the sequence number to use for the fence chain 225 226 * 226 227 * Initialize a new chain node and either start a new chain or add the node to 227 228 * the existing chain of the previous fence.