[media] si2168: tda10071: m88ds3103: Fix trivial typos
authorYannick Guerrini <yguerrini@tomshardware.fr>
Thu, 26 Feb 2015 10:13:06 +0000 (07:13 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 8 Apr 2015 17:57:15 +0000 (14:57 -0300)
Change 'firmare' to 'firmware'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Acked-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/m88ds3103.c
drivers/media/dvb-frontends/si2168_priv.h
drivers/media/dvb-frontends/tda10071_priv.h

index ba4ee0b488344079d8e690724778661f131bd2b6..d3d928e1c0cece10d413fc60503ae3b6ea5feced 100644 (file)
@@ -630,7 +630,7 @@ static int m88ds3103_init(struct dvb_frontend *fe)
        /* request the firmware, this will block and timeout */
        ret = request_firmware(&fw, fw_file, priv->i2c->dev.parent);
        if (ret) {
-               dev_err(&priv->i2c->dev, "%s: firmare file '%s' not found\n",
+               dev_err(&priv->i2c->dev, "%s: firmware file '%s' not found\n",
                                KBUILD_MODNAME, fw_file);
                goto err;
        }
index aadd1367673fed96140a8abd9955bb4d6c6dad55..d7efce8043edb421f32d1b5e11f62f4fc5db44e6 100644 (file)
@@ -40,7 +40,7 @@ struct si2168_dev {
        bool ts_clock_inv;
 };
 
-/* firmare command struct */
+/* firmware command struct */
 #define SI2168_ARGLEN      30
 struct si2168_cmd {
        u8 args[SI2168_ARGLEN];
index 42048619273682089808eb1bffd1690704f7d13a..03f839c431e934c14a3d738f86f0f9a3352de009 100644 (file)
@@ -99,7 +99,7 @@ struct tda10071_reg_val_mask {
 #define CMD_BER_CONTROL         0x3e
 #define CMD_BER_UPDATE_COUNTERS 0x3f
 
-/* firmare command struct */
+/* firmware command struct */
 #define TDA10071_ARGLEN      30
 struct tda10071_cmd {
        u8 args[TDA10071_ARGLEN];