From: Christian König Date: Thu, 21 Oct 2021 06:55:24 +0000 (+0200) Subject: dma-buf: fix kerneldoc for renamed members X-Git-Tag: v6.1-rc5~617^2^2~1101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd66f56caea6bb1a3703fb3bfc3106444d05a930;p=platform%2Fkernel%2Flinux-starfive.git dma-buf: fix kerneldoc for renamed members Those members where renamed, update the kerneldoc as well. Signed-off-by: Christian König Reviewed-by: Alex Deucher Acked-by: Sumit Semwal Link: https://patchwork.freedesktop.org/patch/msgid/20211021141945.84023-1-christian.koenig@amd.com --- diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index 02c2eb87..9807aef 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h @@ -433,8 +433,8 @@ struct dma_buf { /** @poll: for userspace poll support */ wait_queue_head_t poll; - /** @cb_excl: for userspace poll support */ - /** @cb_shared: for userspace poll support */ + /** @cb_in: for userspace poll support */ + /** @cb_out: for userspace poll support */ struct dma_buf_poll_cb_t { struct dma_fence_cb cb; wait_queue_head_t *poll;