media: dvb-frontends: 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:28:55 -05:00
parent 2d1748a41e
commit 868c9a17e2
28 changed files with 83 additions and 83 deletions

View File

@@ -471,7 +471,7 @@ static int rtl2832_sdr_buf_prepare(struct vb2_buffer *vb)
{
struct rtl2832_sdr_dev *dev = vb2_get_drv_priv(vb->vb2_queue);
/* Don't allow queing new buffers after device disconnection */
/* Don't allow queueing new buffers after device disconnection */
if (!dev->udev)
return -ENODEV;