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

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 <krzk@kernel.org>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200819175134.19261-1-krzk@kernel.org

authored by

Krzysztof Kozlowski and committed by
Sumit Semwal
6d3ba803 c6016c6e

+3 -3
+3 -3
drivers/dma-buf/dma-buf.c
··· 316 316 * name of the dma-buf if the same piece of memory is used for multiple 317 317 * purpose between different devices. 318 318 * 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. 322 322 * 323 323 * Returns 0 on success. If the dma-buf buffer is already attached to 324 324 * devices, return -EBUSY.