Message ID | 20221009071923.2637423-1-13667453960@163.com |
---|---|
State | New |
Headers | show |
Series | i2c: mlxcpld: fix spelling typo in comment | expand |
On Sun, Oct 09, 2022 at 03:19:23PM +0800, Jiangshan Yi wrote: > From: Jiangshan Yi <yijiangshan@kylinos.cn> > > Fix spelling typo in comment. > > Reported-by: k2ci <kernel-bot@kylinos.cn> > Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Applied to for-current, thanks!
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