Skip to content

Commit fdf23c6

Browse files
Jiangshan Yiwsakernel
authored andcommitted
i2c: fix spelling typos in comments
Reported-by: k2ci <[email protected]> Signed-off-by: Jiangshan Yi <[email protected]> Reviewed-by: Jean Delvare <[email protected]> # for sis630 Signed-off-by: Wolfram Sang <[email protected]>
1 parent 61775d5 commit fdf23c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/i2c/busses/i2c-mlxcpld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define MLXCPLD_LPCI2C_STATUS_REG 0x9
4141
#define MLXCPLD_LPCI2C_DATA_REG 0xa
4242

43-
/* LPC I2C masks and parametres */
43+
/* LPC I2C masks and parameters */
4444
#define MLXCPLD_LPCI2C_RST_SEL_MASK 0x1
4545
#define MLXCPLD_LPCI2C_TRANS_END 0x1
4646
#define MLXCPLD_LPCI2C_STATUS_NACK 0x10

drivers/i2c/busses/i2c-sis630.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ MODULE_PARM_DESC(high_clock,
9797
module_param(force, bool, 0);
9898
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!");
9999

100-
/* SMBus base adress */
100+
/* SMBus base address */
101101
static unsigned short smbus_base;
102102

103103
/* supported chips */

0 commit comments

Comments
 (0)