Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: vsp1: add a missing kernel-doc parameter

Fix this warning:
drivers/media/platform/vsp1/vsp1_dl.c:87: warning: No description found for parameter 'has_chain'

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+1
+1
drivers/media/platform/vsp1/vsp1_dl.c
··· 70 70 * @dma: DMA address for the header 71 71 * @body0: first display list body 72 72 * @fragments: list of extra display list bodies 73 + * @has_chain: if true, indicates that there's a partition chain 73 74 * @chain: entry in the display list partition chain 74 75 */ 75 76 struct vsp1_dl_list {