media: include: 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> Reviewed-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
@@ -399,7 +399,7 @@ struct vb2_buffer {
|
||||
* @buf_queue: passes buffer vb to the driver; driver may start
|
||||
* hardware operation on this buffer; driver should give
|
||||
* the buffer back by calling vb2_buffer_done() function;
|
||||
* it is allways called after calling VIDIOC_STREAMON()
|
||||
* it is always called after calling VIDIOC_STREAMON()
|
||||
* ioctl; might be called before @start_streaming callback
|
||||
* if user pre-queued buffers before calling
|
||||
* VIDIOC_STREAMON().
|
||||
|
Reference in New Issue
Block a user