summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-03-01 16:01:58 +0100
committerMauro Carvalho Chehab2019-03-01 16:02:25 +0100
commit26b190053ec0db030697e2e19a8f8f13550b9ff7 (patch)
treec330b169d3291231d861a22b8e10570f5fb950b0 /drivers/media/radio
parentmedia: Documentation: fix several typos (diff)
downloadkernel-qcow2-linux-26b190053ec0db030697e2e19a8f8f13550b9ff7.tar.gz
kernel-qcow2-linux-26b190053ec0db030697e2e19a8f8f13550b9ff7.tar.xz
kernel-qcow2-linux-26b190053ec0db030697e2e19a8f8f13550b9ff7.zip
media: a few more typos at staging, pci, platform, radio and usb
Those typos were left over from codespell check, on my first pass or belong to code added after the time I ran it. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r--drivers/media/radio/wl128x/fmdrv_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/wl128x/fmdrv_common.c b/drivers/media/radio/wl128x/fmdrv_common.c
index e1c218b23d9e..3c8987af3772 100644
--- a/drivers/media/radio/wl128x/fmdrv_common.c
+++ b/drivers/media/radio/wl128x/fmdrv_common.c
@@ -1047,7 +1047,7 @@ static void fm_irq_handle_intmsk_cmd_resp(struct fmdev *fmdev)
clear_bit(FM_INTTASK_RUNNING, &fmdev->flag);
}
-/* Returns availability of RDS data in internel buffer */
+/* Returns availability of RDS data in internal buffer */
int fmc_is_rds_data_available(struct fmdev *fmdev, struct file *file,
struct poll_table_struct *pts)
{