From: Christophe JAILLET Date: Sat, 2 Nov 2024 09:11:24 +0000 (+0100) Subject: Input: synaptics - fix a typo X-Git-Tag: v6.13-rc1~95^2^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ec151f45730435b30aa75a98d22e39849cfb7f9;p=thirdparty%2Fkernel%2Flinux.git Input: synaptics - fix a typo s/synatics/synaptics/ A 'p' is missing. Signed-off-by: Christophe JAILLET Link: https://lore.kernel.org/r/f3365eab359feb9adc6e2dedcffc976f3b272d8b.1730538673.git.christophe.jaillet@wanadoo.fr Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/synaptics.h b/drivers/input/mouse/synaptics.h index 08533d1b1b16f..899aee598632b 100644 --- a/drivers/input/mouse/synaptics.h +++ b/drivers/input/mouse/synaptics.h @@ -21,7 +21,7 @@ #define SYN_QUE_EXT_MIN_COORDS 0x0f #define SYN_QUE_MEXT_CAPAB_10 0x10 -/* synatics modes */ +/* synaptics modes */ #define SYN_BIT_ABSOLUTE_MODE BIT(7) #define SYN_BIT_HIGH_RATE BIT(6) #define SYN_BIT_SLEEP_MODE BIT(3)