Skip to content

Commit 7ec151f

Browse files
tititiou36dtor
authored andcommitted
Input: synaptics - fix a typo
s/synatics/synaptics/ A 'p' is missing. Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/f3365eab359feb9adc6e2dedcffc976f3b272d8b.1730538673.git.christophe.jaillet@wanadoo.fr Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent cca257f commit 7ec151f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/mouse/synaptics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define SYN_QUE_EXT_MIN_COORDS 0x0f
2222
#define SYN_QUE_MEXT_CAPAB_10 0x10
2323

24-
/* synatics modes */
24+
/* synaptics modes */
2525
#define SYN_BIT_ABSOLUTE_MODE BIT(7)
2626
#define SYN_BIT_HIGH_RATE BIT(6)
2727
#define SYN_BIT_SLEEP_MODE BIT(3)

0 commit comments

Comments
 (0)