summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-si476x.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:28:56 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:26:50 -0500
commitbf7ad539459d39962f3fca749d61bbc731fd81ea (patch)
tree482dfd2231c65ef1cdfb7817bcdf41c32e5746b9 /drivers/media/radio/radio-si476x.c
parent868c9a17e22c89d241f12501e21ae4f104ce036c (diff)
downloadlinux-bf7ad539459d39962f3fca749d61bbc731fd81ea.tar.bz2
media: radio: 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>
Diffstat (limited to 'drivers/media/radio/radio-si476x.c')
-rw-r--r--drivers/media/radio/radio-si476x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-si476x.c b/drivers/media/radio/radio-si476x.c
index 269971145f88..0261f4d28f16 100644
--- a/drivers/media/radio/radio-si476x.c
+++ b/drivers/media/radio/radio-si476x.c
@@ -1550,7 +1550,7 @@ static int si476x_radio_probe(struct platform_device *pdev)
rval = si476x_radio_init_debugfs(radio);
if (rval < 0) {
- dev_err(&pdev->dev, "Could not creat debugfs interface\n");
+ dev_err(&pdev->dev, "Could not create debugfs interface\n");
goto exit;
}