Skip to content

Commit

Permalink
[media] v4l: fix copy/paste typo in vb2_reqbufs comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Thery <nicolas.thery@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Nicolas THERY authored and Mauro Carvalho Chehab committed Jul 30, 2012
1 parent f088ccd commit 53aa3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/videobuf2-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53aa3b1

Please sign in to comment.