summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo.ribalda@gmail.com>2016-06-20 09:47:25 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 16:17:01 -0300
commit0e95ccf5068fb10e71b0f94c3eee47d39161322e (patch)
tree93f0d12e66ee808ef5915f12ff8b414b48174925 /drivers/media/v4l2-core
parentdfadf0262730d5888c5e9af1921d9e4c7c864ffa (diff)
downloadop-kernel-dev-0e95ccf5068fb10e71b0f94c3eee47d39161322e.zip
op-kernel-dev-0e95ccf5068fb10e71b0f94c3eee47d39161322e.tar.gz
[media] vb2: Fix comment
The comment was referencing the wrong function. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/v4l2-core')
-rw-r--r--drivers/media/v4l2-core/videobuf2-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/videobuf2-core.c b/drivers/media/v4l2-core/videobuf2-core.c
index 0b9e71e4..ca8ffeb 100644
--- a/drivers/media/v4l2-core/videobuf2-core.c
+++ b/drivers/media/v4l2-core/videobuf2-core.c
@@ -1847,7 +1847,7 @@ static void __vb2_queue_cancel(struct vb2_queue *q)
* Make sure to call buf_finish for any queued buffers. Normally
* that's done in dqbuf, but that's not going to happen when we
* cancel the whole queue. Note: this code belongs here, not in
- * __vb2_dqbuf() since in vb2_internal_dqbuf() there is a critical
+ * __vb2_dqbuf() since in vb2_core_dqbuf() there is a critical
* call to __fill_user_buffer() after buf_finish(). That order can't
* be changed, so we can't move the buf_finish() to __vb2_dqbuf().
*/
OpenPOWER on IntegriCloud