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>
This commit is contained in:
@@ -403,7 +403,7 @@ static size_t cx18_copy_mdl_to_user(struct cx18_stream *s,
|
||||
tot_written += rc;
|
||||
|
||||
if (stop || /* Forced stopping point for VBI insertion */
|
||||
tot_written >= ucount || /* Reader request statisfied */
|
||||
tot_written >= ucount || /* Reader request satisfied */
|
||||
mdl->curr_buf->readpos < mdl->curr_buf->bytesused ||
|
||||
mdl->readpos >= mdl->bytesused) /* MDL buffers drained */
|
||||
break;
|
||||
|
Reference in New Issue
Block a user