Skip to content

Commit

Permalink
[media] v4l2-mc: Fix parameter description
Browse files Browse the repository at this point in the history
.//include/media/v4l2-mc.h:138: warning: No description found for parameter 'vdev'
.//include/media/v4l2-mc.h:152: warning: No description found for parameter 'vdev'

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Mar 3, 2016
1 parent ab8b5e4 commit 4f27dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/media/v4l2-mc.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int v4l2_mc_create_media_graph(struct media_device *mdev);
* v4l_enable_media_source() - Hold media source for exclusive use
* if free
*
* @vdev - poniter to struct video_device
* @vdev: pointer to struct video_device
*
* This interface calls enable_source handler to determine if
* media source is free for use. The enable_source handler is
Expand All @@ -140,7 +140,7 @@ int v4l_enable_media_source(struct video_device *vdev);
/**
* v4l_disable_media_source() - Release media source
*
* @vdev - poniter to struct video_device
* @vdev: pointer to struct video_device
*
* This interface calls disable_source handler to release
* the media source. The disable_source handler stops the
Expand Down

0 comments on commit 4f27dba

Please sign in to comment.