mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
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:
committed by
Mauro Carvalho Chehab
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user