mirror of https://gitee.com/openkylin/linux.git
si2168, tda10071, m88ds3103: Fix firmware wording
Change 'firmare' to 'firmware' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Acked-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
7a35a86504
commit
2701e84f8b
|
@ -567,7 +567,7 @@ static int m88ds3103_init(struct dvb_frontend *fe)
|
||||||
/* request the firmware, this will block and timeout */
|
/* request the firmware, this will block and timeout */
|
||||||
ret = request_firmware(&fw, fw_file, priv->i2c->dev.parent);
|
ret = request_firmware(&fw, fw_file, priv->i2c->dev.parent);
|
||||||
if (ret) {
|
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);
|
KBUILD_MODNAME, fw_file);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ struct si2168 {
|
||||||
u8 ts_mode;
|
u8 ts_mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* firmare command struct */
|
/* firmware command struct */
|
||||||
#define SI2168_ARGLEN 30
|
#define SI2168_ARGLEN 30
|
||||||
struct si2168_cmd {
|
struct si2168_cmd {
|
||||||
u8 args[SI2168_ARGLEN];
|
u8 args[SI2168_ARGLEN];
|
||||||
|
|
|
@ -99,7 +99,7 @@ struct tda10071_reg_val_mask {
|
||||||
#define CMD_BER_CONTROL 0x3e
|
#define CMD_BER_CONTROL 0x3e
|
||||||
#define CMD_BER_UPDATE_COUNTERS 0x3f
|
#define CMD_BER_UPDATE_COUNTERS 0x3f
|
||||||
|
|
||||||
/* firmare command struct */
|
/* firmware command struct */
|
||||||
#define TDA10071_ARGLEN 30
|
#define TDA10071_ARGLEN 30
|
||||||
struct tda10071_cmd {
|
struct tda10071_cmd {
|
||||||
u8 args[TDA10071_ARGLEN];
|
u8 args[TDA10071_ARGLEN];
|
||||||
|
|
Loading…
Reference in New Issue