Commit 4f27dba6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] v4l2-mc: Fix parameter description

.//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: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent ab8b5e49
......@@ -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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment