]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dma-fence: correct kernel-doc function parameter @flags
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 7 Apr 2026 04:36:48 +0000 (21:36 -0700)
committerChristian König <christian.koenig@amd.com>
Wed, 8 Apr 2026 13:27:47 +0000 (15:27 +0200)
commit408df6213f56f467675dc0ecf156a8bd1984555e
treea6db5f096ce30e77773093c3df8d4a81335d96d9
parentcb2a2a5b37adb34ec46d39346b1c71e255827116
dma-fence: correct kernel-doc function parameter @flags

'make htmldocs' complains that dma_fence_unlock_irqrestore() is missing
a description of its @flags parameter. The description is there but it is
missing a ':' sign. Add that and correct the possessive form of "its".

WARNING: ../include/linux/dma-fence.h:414 function parameter 'flags' not described in 'dma_fence_unlock_irqrestore'

Fixes: 3e5067931b5d ("dma-buf: abstract fence locking v2")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20260407043649.2015894-1-rdunlap@infradead.org
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
include/linux/dma-fence.h