[media] cx24117: Grammar s/if ... if/if ... is/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 27 Nov 2014 11:05:44 +0000 (08:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Dec 2014 15:57:24 +0000 (13:57 -0200)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/cx24117.c

index a6c3c9e..acb965c 100644 (file)
@@ -459,7 +459,7 @@ static int cx24117_firmware_ondemand(struct dvb_frontend *fe)
        if (state->priv->skip_fw_load)
                return 0;
 
-       /* check if firmware if already running */
+       /* check if firmware is already running */
        if (cx24117_readreg(state, 0xeb) != 0xa) {
                /* Load firmware */
                /* request the firmware, this will block until loaded */