diff options
author | Geert Uytterhoeven <[email protected]> | 2014-11-27 08:05:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2014-12-04 13:57:24 -0200 |
commit | 510cb39c4f87a18c960e6eb3906125445ed7ffe1 (patch) | |
tree | 0ae779e9aceb6a9e9430f65c84b2fff32135ce1a | |
parent | 91d63156c9e6b4aa83297b19289e366e1fdcfad4 (diff) |
[media] cx24117: Grammar s/if ... if/if ... is/
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/media/dvb-frontends/cx24117.c | 2 |
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 */ |