Commit b6e43ddd authored by Qinghua Jin's avatar Qinghua Jin Committed by Dmitry Torokhov

Input: ti_am335x_tsc - fix a typo in a comment

change 'postion' to 'position'
Signed-off-by: default avatarQinghua Jin <qhjin.dev@gmail.com>
Link: https://lore.kernel.org/r/20220106084215.355295-1-qhjin.dev@gmail.comSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 9df136b5
...@@ -318,7 +318,7 @@ static irqreturn_t titsc_irq(int irq, void *dev) ...@@ -318,7 +318,7 @@ static irqreturn_t titsc_irq(int irq, void *dev)
/* /*
* Calculate pressure using formula * Calculate pressure using formula
* Resistance(touch) = x plate resistance * * Resistance(touch) = x plate resistance *
* x postion/4096 * ((z2 / z1) - 1) * x position/4096 * ((z2 / z1) - 1)
*/ */
z = z1 - z2; z = z1 - z2;
z *= x; z *= x;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment