aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-29 10:11:04 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-30 04:19:02 -0500
commit2afe216d3d88b729c40d83abce5b2d4b72d289c5 (patch)
tree92502f3efef944166ae6a0cdb9830c6bc72d5404
parentbd98f7a16d3a7c98157585ef406b727982db18cf (diff)
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>
-rw-r--r--drivers/media/platform/vsp1/vsp1_dl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_dl.c b/drivers/media/platform/vsp1/vsp1_dl.c
index 8b5cbb6b7a70..4257451f1bd8 100644
--- a/drivers/media/platform/vsp1/vsp1_dl.c
+++ b/drivers/media/platform/vsp1/vsp1_dl.c
@@ -70,6 +70,7 @@ struct vsp1_dl_body {
70 * @dma: DMA address for the header 70 * @dma: DMA address for the header
71 * @body0: first display list body 71 * @body0: first display list body
72 * @fragments: list of extra display list bodies 72 * @fragments: list of extra display list bodies
73 * @has_chain: if true, indicates that there's a partition chain
73 * @chain: entry in the display list partition chain 74 * @chain: entry in the display list partition chain
74 */ 75 */
75struct vsp1_dl_list { 76struct vsp1_dl_list {