Skip to content

Commit

Permalink
media: s3c-camif: add missing description at s3c_camif_find_format()
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mchehab committed Nov 30, 2017
1 parent 9815635 commit fa78712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/platform/s3c-camif/camif-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit fa78712

Please sign in to comment.