Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464680
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] [media] vb2: Fix vb2_core_dqbuf() kernel-doc |
| Date | 2016-08-17 19:30 +0200 |
| Message-ID | <s7cP7-469-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The kernel-doc has the wrong function name and also the pindex parameter is missing in the documentation. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> --- Changes in v2: - Change pindex parameter kernel-doc. Suggested by Sakari Ailus. drivers/media/v4l2-core/videobuf2-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/videobuf2-core.c b/drivers/media/v4l2-core/videobuf2-core.c index ca8ffeb56d72..cd4f7f502a75 100644 --- a/drivers/media/v4l2-core/videobuf2-core.c +++ b/drivers/media/v4l2-core/videobuf2-core.c @@ -1726,8 +1726,9 @@ static void __vb2_dqbuf(struct vb2_buffer *vb) } /** - * vb2_dqbuf() - Dequeue a buffer to the userspace + * vb2_core_dqbuf() - Dequeue a buffer to the userspace * @q: videobuf2 queue + * @pindex: pointer to the buffer index. May be NULL * @pb: buffer structure passed from userspace to vidioc_dqbuf handler * in driver * @nonblocking: if true, this call will not sleep waiting for a buffer if no -- 2.5.5
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2] [media] vb2: Fix vb2_core_dqbuf() kernel-doc Javier Martinez Canillas <javier@osg.samsung.com> - 2016-08-17 19:30 +0200
csiph-web