Skip to content

Commit dc6d519

Browse files
committed
dma-buf: fix htmldocs error for dma_buf_attach_revocable
linux-next testing showed this htmldoc error due to a missing extra line in the comments; add it. Fixes: be6d4c9 ("dma-buf: Add dma_buf_attach_revocable()") Reported-by: Mark Brown <[email protected]> Closes: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Sumit Semwal <[email protected]> Reviewed-by: Christian König <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 4aa0dea commit dc6d519

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma-buf/dma-buf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ EXPORT_SYMBOL_NS_GPL(dma_buf_attach_revocable, "DMA_BUF");
13531353
* Upon return importers may continue to access the DMA-buf memory. The caller
13541354
* must do two additional waits to ensure that the memory is no longer being
13551355
* accessed:
1356+
*
13561357
* 1) Until dma_resv_wait_timeout() retires fences the importer is allowed to
13571358
* fully access the memory.
13581359
* 2) Until the importer calls unmap it is allowed to speculatively

0 commit comments

Comments
 (0)