Skip to content

Commit 6d3ba80

Browse files
krzksumitsemwal
authored andcommitted
dma-buf: Fix kerneldoc of dma_buf_set_name()
Fix W=1 compile warnings (invalid kerneldoc): drivers/dma-buf/dma-buf.c:328: warning: Function parameter or member 'dmabuf' not described in 'dma_buf_set_name' 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 c6016c6 commit 6d3ba80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/dma-buf/dma-buf.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ static __poll_t dma_buf_poll(struct file *file, poll_table *poll)
316316
* name of the dma-buf if the same piece of memory is used for multiple
317317
* purpose between different devices.
318318
*
319-
* @dmabuf [in] dmabuf buffer that will be renamed.
320-
* @buf: [in] A piece of userspace memory that contains the name of
321-
* the dma-buf.
319+
* @dmabuf: [in] dmabuf buffer that will be renamed.
320+
* @buf: [in] A piece of userspace memory that contains the name of
321+
* the dma-buf.
322322
*
323323
* Returns 0 on success. If the dma-buf buffer is already attached to
324324
* devices, return -EBUSY.

0 commit comments

Comments
 (0)