media: v4l2-core: fix several typos
Use codespell to fix lots of typos over frontends. Manually verified to avoid false-positives. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
@@ -214,7 +214,7 @@ int videobuf_queue_is_busy(struct videobuf_queue *q)
|
||||
return 1;
|
||||
}
|
||||
if (q->bufs[i]->state == VIDEOBUF_ACTIVE) {
|
||||
dprintk(1, "busy: buffer #%d avtive\n", i);
|
||||
dprintk(1, "busy: buffer #%d active\n", i);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user