aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2019-08-09 09:45:27 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-08-09 09:46:30 -0700
commit26332247fb3fe919a3e51589601ba3de566cc355 (patch)
treefcb97bec629df8d2cc6f90e207b6296445c741e0 /drivers/input
parentInput: ads7846 - add support for general touchscreen bindings (diff)
downloadlinux-dev-26332247fb3fe919a3e51589601ba3de566cc355.tar.xz
linux-dev-26332247fb3fe919a3e51589601ba3de566cc355.zip
Input: synaptics - fix a typo
This should be 'synaptics', not 'synpatics' Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/mouse/synaptics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index b77b18c9ad02..a0e53b34156c 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -191,7 +191,7 @@ static const char * const forcepad_pnp_ids[] = {
};
/*
- * Send a command to the synpatics touchpad by special commands
+ * Send a command to the synaptics touchpad by special commands
*/
static int synaptics_send_cmd(struct psmouse *psmouse, u8 cmd, u8 *param)
{