From: Geert Uytterhoeven Date: Thu, 27 Nov 2014 11:05:44 +0000 (-0300) Subject: [media] cx24117: Grammar s/if ... if/if ... is/ X-Git-Tag: v3.19-rc1~29^2~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=510cb39c4f87a18c960e6eb3906125445ed7ffe1;p=linux-2.6-block.git [media] cx24117: Grammar s/if ... if/if ... is/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/cx24117.c b/drivers/media/dvb-frontends/cx24117.c index a6c3c9e2e897..acb965ce0358 100644 --- a/drivers/media/dvb-frontends/cx24117.c +++ b/drivers/media/dvb-frontends/cx24117.c @@ -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 */