We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6016c6 commit 6d3ba80Copy full SHA for 6d3ba80
drivers/dma-buf/dma-buf.c
@@ -316,9 +316,9 @@ static __poll_t dma_buf_poll(struct file *file, poll_table *poll)
316
* name of the dma-buf if the same piece of memory is used for multiple
317
* purpose between different devices.
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.
+ * @dmabuf: [in] dmabuf buffer that will be renamed.
+ * @buf: [in] A piece of userspace memory that contains the name of
+ * the dma-buf.
322
323
* Returns 0 on success. If the dma-buf buffer is already attached to
324
* devices, return -EBUSY.
0 commit comments