media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf

Fix a small typo in the debug message: vb2_dbuf -> vb2_qbuf

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
This commit is contained in:
Hans Verkuil 2023-08-30 14:31:40 +02:00
parent 099be1822d
commit 05b34200a1

View File

@ -2890,7 +2890,7 @@ static size_t __vb2_perform_fileio(struct vb2_queue *q, char __user *data, size_
if (copy_timestamp)
b->timestamp = ktime_get_ns();
ret = vb2_core_qbuf(q, index, NULL, NULL);
dprintk(q, 5, "vb2_dbuf result: %d\n", ret);
dprintk(q, 5, "vb2_qbuf result: %d\n", ret);
if (ret)
return ret;