Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8eb14e80 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Mauro Carvalho Chehab
Browse files

[media] vb2: Fix vb2_core_dqbuf() kernel-doc



The kernel-doc has the wrong function name and also the pindex
parameter is missing in the documentation.

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Acked-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 15d6e91a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1733,8 +1733,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