Skip to content

Commit 82c850c

Browse files
rddunlapdanvet
authored andcommitted
<linux/dma-resv.h>: correct a function name in kernel-doc
Fix kernel-doc function name warning: ../include/linux/dma-resv.h:227: warning: expecting prototype for dma_resv_exclusive(). Prototype was for dma_resv_excl_fence() instead Fixes: 6edbd6a ("dma-buf: rename and cleanup dma_resv_get_excl v3") Signed-off-by: Randy Dunlap <[email protected]> Cc: Sumit Semwal <[email protected]> Cc: Christian König <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ba2472e commit 82c850c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/dma-resv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ static inline void dma_resv_unlock(struct dma_resv *obj)
212212
}
213213

214214
/**
215-
* dma_resv_exclusive - return the object's exclusive fence
215+
* dma_resv_excl_fence - return the object's exclusive fence
216216
* @obj: the reservation object
217217
*
218218
* Returns the exclusive fence (if any). Caller must either hold the objects

0 commit comments

Comments
 (0)