OSDN Git Service

Input: synaptics - fix a typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 9 Aug 2019 16:45:27 +0000 (09:45 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 9 Aug 2019 16:46:30 +0000 (09:46 -0700)
This should be 'synaptics', not 'synpatics'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/synaptics.c

index b77b18c..a0e53b3 100644 (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)
 {