Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f642de16 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Sumit Semwal
Browse files

dma-buf/dma-fence: improve doc for dma_fence_add_callback()

parent a49bf8fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -239,6 +239,8 @@ EXPORT_SYMBOL(dma_fence_enable_sw_signaling);
 * after it signals with dma_fence_signal. The callback itself can be called
 * from irq context.
 *
 * Returns 0 in case of success, -ENOENT if the fence is already signaled
 * and -EINVAL in case of error.
 */
int dma_fence_add_callback(struct dma_fence *fence, struct dma_fence_cb *cb,
			   dma_fence_func_t func)