Re: [PATCH -next] : correct a function name in kernel-doc

2021-06-29 Thread Randy Dunlap
On 6/29/21 9:10 AM, Daniel Vetter wrote: > On Tue, Jun 29, 2021 at 05:55:15PM +0200, Daniel Vetter wrote: >> On Sun, Jun 27, 2021 at 05:40:12PM -0700, Randy Dunlap wrote: >>> Fix kernel-doc function name warning: >>> >>> ../include/linux/dma-resv.h:227: warning: expecting prototype for >>> dma_res

Re: [PATCH -next] : correct a function name in kernel-doc

2021-06-29 Thread Daniel Vetter
On Tue, Jun 29, 2021 at 05:55:15PM +0200, Daniel Vetter wrote: > On Sun, Jun 27, 2021 at 05:40:12PM -0700, Randy Dunlap wrote: > > Fix kernel-doc function name warning: > > > > ../include/linux/dma-resv.h:227: warning: expecting prototype for > > dma_resv_exclusive(). Prototype was for dma_resv_e

Re: [PATCH -next] : correct a function name in kernel-doc

2021-06-29 Thread Daniel Vetter
On Sun, Jun 27, 2021 at 05:40:12PM -0700, Randy Dunlap wrote: > 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 ("ma-buf: rename and cleanu

[PATCH -next] : correct a function name in kernel-doc

2021-06-27 Thread Randy Dunlap
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 ("ma-buf: rename and cleanup dma_resv_get_excl v3") Signed-off-by: Randy Dunlap Cc: Sumit Semwal Cc