summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/cx24117.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-11-27 08:05:44 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-12-04 13:57:24 -0200
commit510cb39c4f87a18c960e6eb3906125445ed7ffe1 (patch)
tree0ae779e9aceb6a9e9430f65c84b2fff32135ce1a /drivers/media/dvb-frontends/cx24117.c
parent91d63156c9e6b4aa83297b19289e366e1fdcfad4 (diff)
[media] cx24117: Grammar s/if ... if/if ... is/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/cx24117.c')
-rw-r--r--drivers/media/dvb-frontends/cx24117.c2
1 files changed, 1 insertions, 1 deletions
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 */