Message ID | 20210322022030.3857089-1-unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5cc1cf97e1d44a5b36b40a922c1dd841dabec352 |
Headers | show |
Series | Input: Fix a typo | expand |
On 3/21/21 7:20 PM, Bhaskar Chowdhury wrote: > > s/subsytem/subsystem/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > drivers/input/touchscreen/silead.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c > index 8fa2f3b7cfd8..32725d7422de 100644 > --- a/drivers/input/touchscreen/silead.c > +++ b/drivers/input/touchscreen/silead.c > @@ -486,7 +486,7 @@ static int silead_ts_probe(struct i2c_client *client, > > silead_ts_read_props(client); > > - /* We must have the IRQ provided by DT or ACPI subsytem */ > + /* We must have the IRQ provided by DT or ACPI subsystem */ > if (client->irq <= 0) > return -ENODEV; > > --
On Mon, Mar 22, 2021 at 07:50:30AM +0530, Bhaskar Chowdhury wrote: > > s/subsytem/subsystem/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Applied, thank you.
diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index 8fa2f3b7cfd8..32725d7422de 100644 --- a/drivers/input/touchscreen/silead.c +++ b/drivers/input/touchscreen/silead.c @@ -486,7 +486,7 @@ static int silead_ts_probe(struct i2c_client *client, silead_ts_read_props(client); - /* We must have the IRQ provided by DT or ACPI subsytem */ + /* We must have the IRQ provided by DT or ACPI subsystem */ if (client->irq <= 0) return -ENODEV;
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/input/touchscreen/silead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.31.0