Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: alps - fix spelling of "positive"

s/postive/positive/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Pali Rohár <pali@kernel.org>
Link: https://lore.kernel.org/r/20210222075439.32201-1-unixbhaskar@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Bhaskar Chowdhury and committed by
Dmitry Torokhov
2896a27f 497c3183

+1 -1
+1 -1
drivers/input/mouse/alps.c
··· 986 986 case V7_PACKET_ID_TWO: 987 987 mt[1].x &= ~0x000F; 988 988 mt[1].y |= 0x000F; 989 - /* Detect false-postive touches where x & y report max value */ 989 + /* Detect false-positive touches where x & y report max value */ 990 990 if (mt[1].y == 0x7ff && mt[1].x == 0xff0) { 991 991 mt[1].x = 0; 992 992 /* y gets set to 0 at the end of this function */