提交 b6e43ddd 编写于 作者: Q Qinghua Jin 提交者: Dmitry Torokhov

Input: ti_am335x_tsc - fix a typo in a comment

change 'postion' to 'position'
Signed-off-by: NQinghua Jin <qhjin.dev@gmail.com>
Link: https://lore.kernel.org/r/20220106084215.355295-1-qhjin.dev@gmail.comSigned-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 9df136b5
......@@ -318,7 +318,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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册