summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-08-07 12:17:00 +0200
committerMauro Carvalho Chehab2018-08-08 16:57:11 +0200
commit75070c6a3311e320508427bbc779c4de6942872e (patch)
treef1ec33b9afdb00ec62004d27dba4fffd7cb86ba7 /drivers/media/platform
parentmedia: sta2x11: add a missing parameter description (diff)
downloadkernel-qcow2-linux-75070c6a3311e320508427bbc779c4de6942872e.tar.gz
kernel-qcow2-linux-75070c6a3311e320508427bbc779c4de6942872e.tar.xz
kernel-qcow2-linux-75070c6a3311e320508427bbc779c4de6942872e.zip
media: vsp1_dl: add a description for cmdpool field
Gets rid of this build warning: drivers/media/platform/vsp1/vsp1_dl.c:229: warning: Function parameter or member 'cmdpool' not described in 'vsp1_dl_manager' Fixes: f3b98e3c4d2e ("media: vsp1: Provide support for extended command pools") Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/vsp1/vsp1_dl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_dl.c b/drivers/media/platform/vsp1/vsp1_dl.c
index 9255b5ee2cb8..26289adaf658 100644
--- a/drivers/media/platform/vsp1/vsp1_dl.c
+++ b/drivers/media/platform/vsp1/vsp1_dl.c
@@ -211,7 +211,7 @@ struct vsp1_dl_list {
* @queued: list queued to the hardware (written to the DL registers)
* @pending: list waiting to be queued to the hardware
* @pool: body pool for the display list bodies
- * @autofld_cmds: command pool to support auto-fld interlaced mode
+ * @cmdpool: commands pool for extended display list
*/
struct vsp1_dl_manager {
unsigned int index;