i2c: fix spelling typos in comments
authorJiangshan Yi <yijiangshan@kylinos.cn>
Sun, 9 Oct 2022 07:19:23 +0000 (15:19 +0800)
committerWolfram Sang <wsa@kernel.org>
Thu, 20 Oct 2022 21:09:10 +0000 (23:09 +0200)
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>
drivers/i2c/busses/i2c-mlxcpld.c
drivers/i2c/busses/i2c-sis630.c

index 72fcfb17dd67e9d6d2366141f7905db138d9ad66..081f51ef0551baddc73d023d8b4197c0ef356734 100644 (file)
@@ -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
index cfb8e04a2a8310e04e66dd9fc2efcf044c3126c5..87d56250d78a3e92f897b9fdd93950a1db320c28 100644 (file)
@@ -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 */