diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-29 09:59:55 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-30 04:19:00 -0500 |
commit | fa7871255fe4bb63bb8f4f96f0584f5a07e0936d (patch) | |
tree | aee48c6604db66d631eeaf382aeea22f3d1e5dfe /drivers/media | |
parent | 98156359596779d425ee14ff07ffc1735842bf9a (diff) | |
download | linux-fa7871255fe4bb63bb8f4f96f0584f5a07e0936d.tar.bz2 |
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')
-rw-r--r-- | drivers/media/platform/s3c-camif/camif-core.c | 1 |
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 */ |