aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-29 09:59:55 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-30 04:19:00 -0500
commitfa7871255fe4bb63bb8f4f96f0584f5a07e0936d (patch)
treeaee48c6604db66d631eeaf382aeea22f3d1e5dfe /drivers/media/platform
parentmedia: mtk-vpu: add description for wdt fields at struct mtk_vpu (diff)
downloadlinux-dev-fa7871255fe4bb63bb8f4f96f0584f5a07e0936d.tar.xz
linux-dev-fa7871255fe4bb63bb8f4f96f0584f5a07e0936d.zip
media: s3c-camif: add missing description at s3c_camif_find_format()
Fix this warning: drivers/media/platform/s3c-camif/camif-core.c:112: warning: No description found for parameter 'vp' Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/s3c-camif/camif-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/s3c-camif/camif-core.c b/drivers/media/platform/s3c-camif/camif-core.c
index c4ab63986c8f..79bc0ef6bb41 100644
--- a/drivers/media/platform/s3c-camif/camif-core.c
+++ b/drivers/media/platform/s3c-camif/camif-core.c
@@ -103,6 +103,7 @@ static const struct camif_fmt camif_formats[] = {
/**
* s3c_camif_find_format() - lookup camif color format by fourcc or an index
+ * @vp: video path (DMA) description (codec/preview)
* @pixelformat: fourcc to match, ignored if null
* @index: index to the camif_formats array, ignored if negative
*/