]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: radio: fix several typos
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 19:28:56 +0000 (14:28 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 1 Mar 2019 14:26:50 +0000 (09:26 -0500)
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>
drivers/media/radio/radio-si476x.c
drivers/media/radio/wl128x/fmdrv.h

index 269971145f88d5fd5df50f91bc207ce304c11287..0261f4d28f163c6bccc75d4b2eee2bc6b5610115 100644 (file)
@@ -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;
        }
 
index 1ff2eec4ed52ec7d269c3bc05afa7ca9b3abf29e..4c0d135399888dd4acbb6ecf1bd75103eb69cc2e 100644 (file)
@@ -133,7 +133,7 @@ struct fm_rds {
 /*
  * Current RX channel Alternate Frequency cache.
  * This info is used to switch to other freq (AF)
- * when current channel signal strengh is below RSSI threshold.
+ * when current channel signal strength is below RSSI threshold.
  */
 struct tuned_station_info {
        u16 picode;
@@ -228,7 +228,7 @@ struct fmdev {
        struct fm_rx rx;        /* FM receiver info */
        struct fmtx_data tx_data;
 
-       /* V4L2 ctrl framwork handler*/
+       /* V4L2 ctrl framework handler*/
        struct v4l2_ctrl_handler ctrl_handler;
 
        /* For core assisted locking */