[PATCH] Input: ps2-gpio - fix typo

J. Neuschäfer via B4 Relay posted 1 patch 1 week, 2 days ago
drivers/input/serio/ps2-gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Input: ps2-gpio - fix typo
Posted by J. Neuschäfer via B4 Relay 1 week, 2 days ago
From: "J. Neuschäfer" <j.ne@posteo.net>

"The data line must be sampled" makes much more sense than what was
previously written, and given that "s" and "d" are neighbors on the
QWERTY keybord, it was probably a typo.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
 drivers/input/serio/ps2-gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/serio/ps2-gpio.c b/drivers/input/serio/ps2-gpio.c
index 93769910ce24ea96265b67e2d04dfd768b9d6c6b..46fb7667b244a37e29c19ac363d17e0c32d7f822 100644
--- a/drivers/input/serio/ps2-gpio.c
+++ b/drivers/input/serio/ps2-gpio.c
@@ -50,7 +50,7 @@
  * interrupt interval should be ~60us. Let's allow +/- 20us for frequency
  * deviations and interrupt latency.
  *
- * The data line must be samples after ~30us to 50us after the falling edge,
+ * The data line must be sampled after ~30us to 50us after the falling edge,
  * since the device updates the data line at the rising edge.
  *
  * ___            ______            ______            ______            ___

---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250923-ps2-typo-56746c56850a

Best regards,
-- 
J. Neuschäfer <j.ne@posteo.net>