]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: wl128x: fix spelling mistake: "Swtich" -> "Switch"
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Feb 2019 22:26:05 +0000 (17:26 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 17:32:43 +0000 (12:32 -0500)
There is a spelling mistake in a fmdbg debug message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/radio/wl128x/fmdrv_common.c

index 800d69c3f80b8677fb3e609198beb1a3ba251cee..e1c218b23d9eff6e3444c636e8bdc340b6b63d56 100644 (file)
@@ -908,7 +908,7 @@ static void fm_irq_afjump_setfreq(struct fmdev *fmdev)
        u16 frq_index;
        u16 payload;
 
-       fmdbg("Swtich to %d KHz\n", fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx]);
+       fmdbg("Switch to %d KHz\n", fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx]);
        frq_index = (fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx] -
             fmdev->rx.region.bot_freq) / FM_FREQ_MUL;