diff options
author | Christophe JAILLET | 2019-08-09 09:45:27 -0700 |
---|---|---|
committer | Dmitry Torokhov | 2019-08-09 09:46:30 -0700 |
commit | 26332247fb3fe919a3e51589601ba3de566cc355 (patch) | |
tree | fcb97bec629df8d2cc6f90e207b6296445c741e0 /drivers/input/mouse/synaptics.c | |
parent | a2f99330c50bb89fe2625d374fdf22f021163b55 (diff) |
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/mouse/synaptics.c')
-rw-r--r-- | drivers/input/mouse/synaptics.c | 2 |
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) { |