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>
This commit is contained in:
Christophe JAILLET 2019-08-09 09:45:27 -07:00 committed by Dmitry Torokhov
parent a2f99330c5
commit 26332247fb

View File

@ -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)
{