linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: ti_am335x_tsc: Fix typo
@ 2022-01-06  8:42 Qinghua Jin
  2022-01-10 20:46 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Qinghua Jin @ 2022-01-06  8:42 UTC (permalink / raw)
  Cc: Qinghua Jin, Dmitry Torokhov, linux-input, linux-kernel

change 'postion' to 'position'

Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
---
 drivers/input/touchscreen/ti_am335x_tsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c
index 83e685557a19..d77555e0571e 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;
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: ti_am335x_tsc: Fix typo
  2022-01-06  8:42 [PATCH] Input: ti_am335x_tsc: Fix typo Qinghua Jin
@ 2022-01-10 20:46 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2022-01-10 20:46 UTC (permalink / raw)
  To: Qinghua Jin; +Cc: linux-input, linux-kernel

On Thu, Jan 06, 2022 at 04:42:14PM +0800, Qinghua Jin wrote:
> change 'postion' to 'position'
> 
> Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-10 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  8:42 [PATCH] Input: ti_am335x_tsc: Fix typo Qinghua Jin
2022-01-10 20:46 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).