media: chips-media: wave5: Fix spelling mistake "bufferur" -> "buffer"

There is a spelling mistake in a dev_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
Colin Ian King 2023-11-24 16:41:23 +00:00 committed by Hans Verkuil
parent f54ce765d6
commit a3d5146280
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ static int fill_ringbuffer(struct vpu_instance *inst)
/* Don't write buffers passed the last one while draining. */
if (v4l2_m2m_is_last_draining_src_buf(m2m_ctx, vbuf)) {
dev_dbg(inst->dev->dev, "last src buffer written to the ring bufferur\n");
dev_dbg(inst->dev->dev, "last src buffer written to the ring buffer\n");
break;
}
}