From: Qinghua Jin Date: Mon, 10 Jan 2022 20:46:05 +0000 (-0800) Subject: Input: ti_am335x_tsc - fix a typo in a comment X-Git-Tag: v6.1~32^2~51^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6e43dddaea3dbfa93327f986beb3ec5e8157c4c;p=platform%2Fkernel%2Flinux-starfive.git Input: ti_am335x_tsc - fix a typo in a comment change 'postion' to 'position' Signed-off-by: Qinghua Jin Link: https://lore.kernel.org/r/20220106084215.355295-1-qhjin.dev@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index f4ef218..f2fb6a9 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c @@ -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;