From: Christophe JAILLET Date: Fri, 9 Aug 2019 16:45:27 +0000 (-0700) Subject: Input: synaptics - fix a typo X-Git-Tag: for-linus-2019-09-27~69^2^2~32 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=26332247fb3fe919a3e51589601ba3de566cc355;p=linux-2.6-block.git Input: synaptics - fix a typo This should be 'synaptics', not 'synpatics' Signed-off-by: Christophe JAILLET Signed-off-by: Dmitry Torokhov --- 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) {