[media] lgdt3306a: typo fix
authorMichael Ira Krufky <mkrufky@linuxtv.org>
Sat, 25 Oct 2014 14:20:57 +0000 (11:20 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Mar 2015 13:34:11 +0000 (10:34 -0300)
fix WARNING: 'supress' may be misspelled - perhaps 'suppress'?

Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/lgdt3306a.c

index a0200dd484791939db955cd503995c96109baa1f..9b7c36c109cadfacede4be0d3c6986573419e895 100644 (file)
@@ -1975,7 +1975,7 @@ static void lgdt3306a_DumpRegs(struct lgdt3306a_state *state)
 
        if ((debug & DBG_DUMP) == 0)
                return;
-       debug &= ~DBG_REG; /* supress DBG_REG during reg dump */
+       debug &= ~DBG_REG; /* suppress DBG_REG during reg dump */
 
        lg_info("\n");
 
This page took 0.035896 seconds and 5 git commands to generate.