From: Randy Dunlap Date: Mon, 28 Jun 2021 00:40:12 +0000 (-0700) Subject: : correct a function name in kernel-doc X-Git-Tag: v5.14-rc1~41^2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82c850c12fc250bdba25e7e66f54adab2ffcfcd6;p=thirdparty%2Flinux.git : 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: 6edbd6abb783d ("dma-buf: rename and cleanup dma_resv_get_excl v3") Signed-off-by: Randy Dunlap Cc: Sumit Semwal Cc: Christian König Cc: linux-media@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: linaro-mm-sig@lists.linaro.org Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20210628004012.6792-1-rdunlap@infradead.org --- diff --git a/include/linux/dma-resv.h b/include/linux/dma-resv.h index 562b885cf9c3d..e1ca2080a1ff1 100644 --- a/include/linux/dma-resv.h +++ b/include/linux/dma-resv.h @@ -212,7 +212,7 @@ static inline void dma_resv_unlock(struct dma_resv *obj) } /** - * dma_resv_exclusive - return the object's exclusive fence + * dma_resv_excl_fence - return the object's exclusive fence * @obj: the reservation object * * Returns the exclusive fence (if any). Caller must either hold the objects