[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210322022030.3857089-1-unixbhaskar@gmail.com>
Date: Mon, 22 Mar 2021 07:50:30 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: hdegoede@...hat.com, dmitry.torokhov@...il.com,
rydberg@...math.org, linux-input@...r.kernel.org,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] Input: Fix a typo
s/subsytem/subsystem/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
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;
--
2.31.0
Powered by blists - more mailing lists