Message ID | 20210301014026.289-1-zuoqilin1@163.com |
---|---|
State | New |
Headers | show |
Series | i2c: sis630: fix spellint typo | expand |
Hi zuoqilin, On Mon, 01 Mar 2021 09:40:26 +0800, zuoqilin1@163.com wrote: > From: zuoqilin <zuoqilin@yulong.com> > > change 'adress' to 'address' > > Signed-off-by: zuoqilin <zuoqilin@yulong.com> > --- > 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 cfb8e04..87d5625 100644 > --- a/drivers/i2c/busses/i2c-sis630.c > +++ b/drivers/i2c/busses/i2c-sis630.c > @@ -97,7 +97,7 @@ > 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 */ I pointed out 4 issues in your original patch, you fixed only one and resubmitted with 3 issues remaining. I give up. Patch rejected, we can live with a spelling mistake.
diff --git a/drivers/i2c/busses/i2c-sis630.c b/drivers/i2c/busses/i2c-sis630.c index cfb8e04..87d5625 100644 --- a/drivers/i2c/busses/i2c-sis630.c +++ b/drivers/i2c/busses/i2c-sis630.c @@ -97,7 +97,7 @@ 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 */