From: Shunsuke Mie Date: Fri, 8 Oct 2021 11:20:09 +0000 (+0900) Subject: dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap() X-Git-Tag: v6.6.17~3937^2~23^2~3623 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91909d57169dd587b11d9e1607faaea07393696f;p=platform%2Fkernel%2Flinux-rpi.git dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap() A comment for the dma_buf_vmap/vunmap() is not catching up a corresponding implementation. Signed-off-by: Shunsuke Mie Link: https://patchwork.freedesktop.org/patch/msgid/20211008112009.118996-1-mie@igel.co.jp Reviewed-by: Christian König Signed-off-by: Christian König --- diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index beb504a..7b61999 100644 --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c @@ -1052,8 +1052,8 @@ EXPORT_SYMBOL_GPL(dma_buf_move_notify); * * Interfaces:: * - * void \*dma_buf_vmap(struct dma_buf \*dmabuf) - * void dma_buf_vunmap(struct dma_buf \*dmabuf, void \*vaddr) + * void \*dma_buf_vmap(struct dma_buf \*dmabuf, struct dma_buf_map \*map) + * void dma_buf_vunmap(struct dma_buf \*dmabuf, struct dma_buf_map \*map) * * The vmap call can fail if there is no vmap support in the exporter, or if * it runs out of vmalloc space. Note that the dma-buf layer keeps a reference