summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-10-09 15:19:23 +0800
committerWolfram Sang <wsa@kernel.org>2022-10-20 23:09:10 +0200
commitfdf23c62d98cda1d8935259dc7da3cc830a4bc6c (patch)
tree8564fae0c6a54116264a576104a3dd926759f0ae
parent61775d54d674ff8ec3658495e0dbc537227dc5c1 (diff)
downloadlinux-stable-fdf23c62d98cda1d8935259dc7da3cc830a4bc6c.tar.gz
linux-stable-fdf23c62d98cda1d8935259dc7da3cc830a4bc6c.tar.bz2
linux-stable-fdf23c62d98cda1d8935259dc7da3cc830a4bc6c.zip
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>
-rw-r--r--drivers/i2c/busses/i2c-mlxcpld.c2
-rw-r--r--drivers/i2c/busses/i2c-sis630.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-mlxcpld.c b/drivers/i2c/busses/i2c-mlxcpld.c
index 72fcfb17dd67..081f51ef0551 100644
--- a/drivers/i2c/busses/i2c-mlxcpld.c
+++ b/drivers/i2c/busses/i2c-mlxcpld.c
@@ -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
diff --git a/drivers/i2c/busses/i2c-sis630.c b/drivers/i2c/busses/i2c-sis630.c
index cfb8e04a2a83..87d56250d78a 100644
--- a/drivers/i2c/busses/i2c-sis630.c
+++ b/drivers/i2c/busses/i2c-sis630.c
@@ -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 */