This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/media_tree.git tree:

Subject: [media] v4l2-mc: Fix parameter description
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Thu Mar 3 12:14:33 2016 -0300

.//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]>

 include/media/v4l2-mc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=4f27dba6d9ff2ab3c5aa371816b3a3c6a18d8d5d
diff --git a/include/media/v4l2-mc.h b/include/media/v4l2-mc.h
index 9dff7adff64c..f9477b88014d 100644
--- a/include/media/v4l2-mc.h
+++ b/include/media/v4l2-mc.h
@@ -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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to