]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Input: ps2-gpio - fix typo
authorJ. Neuschäfer <j.ne@posteo.net>
Tue, 23 Sep 2025 00:14:50 +0000 (02:14 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 24 Sep 2025 20:46:47 +0000 (13:46 -0700)
"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>
Link: https://lore.kernel.org/r/20250923-ps2-typo-v1-1-03d2468acc32@posteo.net
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/ps2-gpio.c

index 93769910ce24ea96265b67e2d04dfd768b9d6c6b..46fb7667b244a37e29c19ac363d17e0c32d7f822 100644 (file)
@@ -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.
  *
  * ___            ______            ______            ______            ___