From: Laurent Pinchart Date: Sun, 27 Feb 2011 17:38:19 +0000 (-0300) Subject: [media] v4l: videobuf2: Typo fix X-Git-Tag: v2.6.39-rc1~86^2~191 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9f00edaef8a8741a2d5333676fe9aa23a2a3d2be;p=~emulex%2Finfiniband.git [media] v4l: videobuf2: Typo fix vb2_get_plane_payload() gets the bytesused field for a plane, it doesn't set it. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h index 0d71fc5efc4..597efe61a34 100644 --- a/include/media/videobuf2-core.h +++ b/include/media/videobuf2-core.h @@ -351,7 +351,7 @@ static inline void vb2_set_plane_payload(struct vb2_buffer *vb, } /** - * vb2_get_plane_payload() - set bytesused for the plane plane_no + * vb2_get_plane_payload() - get bytesused for the plane plane_no * @vb: buffer for which plane payload should be set * @plane_no: plane number for which payload should be set * @size: payload in bytes