mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
i2c: fix spelling typos in comments
Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Reviewed-by: Jean Delvare <jdelvare@suse.de> # for sis630 Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
committed by
Wolfram Sang
parent
61775d54d6
commit
fdf23c62d9
@@ -40,7 +40,7 @@
|
||||
#define MLXCPLD_LPCI2C_STATUS_REG 0x9
|
||||
#define MLXCPLD_LPCI2C_DATA_REG 0xa
|
||||
|
||||
/* LPC I2C masks and parametres */
|
||||
/* LPC I2C masks and parameters */
|
||||
#define MLXCPLD_LPCI2C_RST_SEL_MASK 0x1
|
||||
#define MLXCPLD_LPCI2C_TRANS_END 0x1
|
||||
#define MLXCPLD_LPCI2C_STATUS_NACK 0x10
|
||||
|
@@ -97,7 +97,7 @@ MODULE_PARM_DESC(high_clock,
|
||||
module_param(force, bool, 0);
|
||||
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!");
|
||||
|
||||
/* SMBus base adress */
|
||||
/* SMBus base address */
|
||||
static unsigned short smbus_base;
|
||||
|
||||
/* supported chips */
|
||||
|
Reference in New Issue
Block a user