Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa787125 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 98156359
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
 */