[media] lgdt3306a: fix spelling mistake "supportted" -> "supported"
authorColin Ian King <colin.king@canonical.com>
Thu, 1 Sep 2016 11:09:41 +0000 (08:09 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 19 Sep 2016 19:27:40 +0000 (16:27 -0300)
Trivial fix to spelling mistake in pr_warn message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/lgdt3306a.c

index 179c26e..afb9d73 100644 (file)
@@ -731,7 +731,7 @@ static int lgdt3306a_set_if(struct lgdt3306a_state *state,
 
        switch (if_freq_khz) {
        default:
-               pr_warn("IF=%d KHz is not supportted, 3250 assumed\n",
+               pr_warn("IF=%d KHz is not supported, 3250 assumed\n",
                        if_freq_khz);
                /* fallthrough */
        case 3250: /* 3.25Mhz */