Commit 6d3ba803 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Sumit Semwal

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200819175134.19261-1-krzk@kernel.org
parent c6016c6e
...@@ -316,9 +316,9 @@ static __poll_t dma_buf_poll(struct file *file, poll_table *poll) ...@@ -316,9 +316,9 @@ static __poll_t dma_buf_poll(struct file *file, poll_table *poll)
* name of the dma-buf if the same piece of memory is used for multiple * name of the dma-buf if the same piece of memory is used for multiple
* purpose between different devices. * purpose between different devices.
* *
* @dmabuf [in] dmabuf buffer that will be renamed. * @dmabuf: [in] dmabuf buffer that will be renamed.
* @buf: [in] A piece of userspace memory that contains the name of * @buf: [in] A piece of userspace memory that contains the name of
* the dma-buf. * the dma-buf.
* *
* Returns 0 on success. If the dma-buf buffer is already attached to * Returns 0 on success. If the dma-buf buffer is already attached to
* devices, return -EBUSY. * devices, return -EBUSY.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment