media: pci: 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>
Šī revīzija ir iekļauta:
Mauro Carvalho Chehab
2019-02-18 14:28:59 -05:00
vecāks f8a7647d31
revīzija 167905540e
38 mainīti faili ar 64 papildinājumiem un 64 dzēšanām

Parādīt failu

@@ -375,7 +375,7 @@ static void cobalt_dma_stop_streaming(struct cobalt_stream *s)
}
spin_unlock_irqrestore(&s->irqlock, flags);
/* Wait 100 milisecond for DMA to finish, abort on timeout. */
/* Wait 100 millisecond for DMA to finish, abort on timeout. */
if (!wait_event_timeout(s->q.done_wq, is_dma_done(s),
msecs_to_jiffies(timeout_msec))) {
omni_sg_dma_abort_channel(s);