diff mbox series

Input: ti_am335x_tsc - fix spelling mistake

Message ID 20210123065803.128-1-liu_mingyu@163.com (mailing list archive)
State Mainlined
Commit b6e43dddaea3dbfa93327f986beb3ec5e8157c4c
Headers show
Series Input: ti_am335x_tsc - fix spelling mistake | expand

Commit Message

liumingyu Jan. 23, 2021, 6:58 a.m. UTC
From: liumingyu <liumingyu@yulong.com>

fix typo "postion" -> "position"

Signed-off-by: liumingyu <liumingyu@yulong.com>
---
 drivers/input/touchscreen/ti_am335x_tsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c
index 83e6855..d77555e 100644
--- a/drivers/input/touchscreen/ti_am335x_tsc.c
+++ b/drivers/input/touchscreen/ti_am335x_tsc.c
@@ -310,7 +310,7 @@  static irqreturn_t titsc_irq(int irq, void *dev)
 			/*
 			 * Calculate pressure using formula
 			 * Resistance(touch) = x plate resistance *
-			 * x postion/4096 * ((z2 / z1) - 1)
+			 * x position/4096 * ((z2 / z1) - 1)
 			 */
 			z = z1 - z2;
 			z *= x;