Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] si2168: tda10071: m88ds3103: Fix trivial typos

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>

authored by

Yannick Guerrini and committed by
Mauro Carvalho Chehab
a87a4d34 856260a5

+3 -3
+1 -1
drivers/media/dvb-frontends/m88ds3103.c
··· 630 630 /* request the firmware, this will block and timeout */ 631 631 ret = request_firmware(&fw, fw_file, priv->i2c->dev.parent); 632 632 if (ret) { 633 - dev_err(&priv->i2c->dev, "%s: firmare file '%s' not found\n", 633 + dev_err(&priv->i2c->dev, "%s: firmware file '%s' not found\n", 634 634 KBUILD_MODNAME, fw_file); 635 635 goto err; 636 636 }
+1 -1
drivers/media/dvb-frontends/si2168_priv.h
··· 40 40 bool ts_clock_inv; 41 41 }; 42 42 43 - /* firmare command struct */ 43 + /* firmware command struct */ 44 44 #define SI2168_ARGLEN 30 45 45 struct si2168_cmd { 46 46 u8 args[SI2168_ARGLEN];
+1 -1
drivers/media/dvb-frontends/tda10071_priv.h
··· 99 99 #define CMD_BER_CONTROL 0x3e 100 100 #define CMD_BER_UPDATE_COUNTERS 0x3f 101 101 102 - /* firmare command struct */ 102 + /* firmware command struct */ 103 103 #define TDA10071_ARGLEN 30 104 104 struct tda10071_cmd { 105 105 u8 args[TDA10071_ARGLEN];