提交 4f27dba6 编写于 作者: M 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: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册