diff mbox series

Input: synaptics - Fix a typo - synpatics --> synaptics

Message ID 20190809150814.24793-1-christophe.jaillet@wanadoo.fr (mailing list archive)
State Mainlined
Commit 26332247fb3fe919a3e51589601ba3de566cc355
Headers show
Series Input: synaptics - Fix a typo - synpatics --> synaptics | expand

Commit Message

Christophe JAILLET Aug. 9, 2019, 3:08 p.m. UTC
This should be 'synaptics', not 'synpatics'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/input/mouse/synaptics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dmitry Torokhov Aug. 9, 2019, 4:45 p.m. UTC | #1
On Fri, Aug 09, 2019 at 05:08:14PM +0200, Christophe JAILLET wrote:
> This should be 'synaptics', not 'synpatics'
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Applied, thank you.

> ---
>  drivers/input/mouse/synaptics.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index b6da0c1267e3..bbd799c7b058 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)
>  {
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index b6da0c1267e3..bbd799c7b058 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)
 {