diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-29 10:11:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-30 04:19:02 -0500 |
commit | 2afe216d3d88b729c40d83abce5b2d4b72d289c5 (patch) | |
tree | 92502f3efef944166ae6a0cdb9830c6bc72d5404 /drivers/media | |
parent | bd98f7a16d3a7c98157585ef406b727982db18cf (diff) | |
download | linux-2afe216d3d88b729c40d83abce5b2d4b72d289c5.tar.gz linux-2afe216d3d88b729c40d83abce5b2d4b72d289c5.tar.bz2 linux-2afe216d3d88b729c40d83abce5b2d4b72d289c5.zip |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/vsp1/vsp1_dl.c | 1 |
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 { * @dma: DMA address for the header * @body0: first display list body * @fragments: list of extra display list bodies + * @has_chain: if true, indicates that there's a partition chain * @chain: entry in the display list partition chain */ struct vsp1_dl_list { |