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 | |
parent | 98156359596779d425ee14ff07ffc1735842bf9a (diff) |
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>
-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[] = { | |||
103 | 103 | ||
104 | /** | 104 | /** |
105 | * s3c_camif_find_format() - lookup camif color format by fourcc or an index | 105 | * s3c_camif_find_format() - lookup camif color format by fourcc or an index |
106 | * @vp: video path (DMA) description (codec/preview) | ||
106 | * @pixelformat: fourcc to match, ignored if null | 107 | * @pixelformat: fourcc to match, ignored if null |
107 | * @index: index to the camif_formats array, ignored if negative | 108 | * @index: index to the camif_formats array, ignored if negative |
108 | */ | 109 | */ |