Message ID | 20221009072802.2638945-1-13667453960@163.com |
---|---|
State | New |
Headers | show |
Series | i2c: sis630: fix spelling typo in comment | expand |
On Sun, 09 Oct 2022 15:28:02 +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> > --- > drivers/i2c/busses/i2c-sis630.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 */ Reviewed-by: Jean Delvare <jdelvare@suse.de>
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 */