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

Commit 53aa3b19 authored by Nicolas THERY's avatar Nicolas THERY Committed by Mauro Carvalho Chehab
Browse files

[media] v4l: fix copy/paste typo in vb2_reqbufs comment

parent f088ccd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -715,8 +715,8 @@ static int __create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create
}

/**
 * vb2_reqbufs() - Wrapper for __reqbufs() that also verifies the memory and
 * type values.
 * vb2_create_bufs() - Wrapper for __create_bufs() that also verifies the
 * memory and type values.
 * @q:		videobuf2 queue
 * @create:	creation parameters, passed from userspace to vidioc_create_bufs
 *		handler in driver