Skip to content

Commit 8d0441c

Browse files
krzksumitsemwal
authored andcommitted
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 <[email protected]> Signed-off-by: Sumit Semwal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 6d3ba80 commit 8d0441c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma-buf/dma-fence-chain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ EXPORT_SYMBOL(dma_fence_chain_ops);
222222
* @chain: the chain node to initialize
223223
* @prev: the previous fence
224224
* @fence: the current fence
225+
* @seqno: the sequence number to use for the fence chain
225226
*
226227
* Initialize a new chain node and either start a new chain or add the node to
227228
* the existing chain of the previous fence.

0 commit comments

Comments
 (0)