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:
Mauro Carvalho Chehab
2019-02-18 14:29:04 -05:00
parent 3e4d8f48b9
commit 4faf7066de
5 changed files with 12 additions and 12 deletions

View File

@@ -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;
}
}