V4L/DVB: videobuf-core: fix spelling mistake in debug message
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
8f27fd9605
commit
771075bb46
|
@ -567,7 +567,7 @@ int videobuf_qbuf(struct videobuf_queue *q,
|
|||
q->ops->buf_queue(q, buf);
|
||||
spin_unlock_irqrestore(q->irqlock, flags);
|
||||
}
|
||||
dprintk(1, "qbuf: succeded\n");
|
||||
dprintk(1, "qbuf: succeeded\n");
|
||||
retval = 0;
|
||||
wake_up_interruptible_sync(&q->wait);
|
||||
|
||||
|
|
Loading…
Reference in New Issue