[media] v4l: videobuf2: Typo fix
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 27 Feb 2011 17:38:19 +0000 (14:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:41 +0000 (20:32 -0300)
vb2_get_plane_payload() gets the bytesused field for a plane, it doesn't
set it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/media/videobuf2-core.h

index 0d71fc5..597efe6 100644 (file)
@@ -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