All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics
@ 2019-08-09 15:08 ` Christophe JAILLET
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe JAILLET @ 2019-08-09 15:08 UTC (permalink / raw)
  To: dmitry.torokhov, benjamin.tissoires, grawity, dev, lyude, teika
  Cc: linux-input, linux-kernel, kernel-janitors, Christophe JAILLET

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics
@ 2019-08-09 15:08 ` Christophe JAILLET
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe JAILLET @ 2019-08-09 15:08 UTC (permalink / raw)
  To: dmitry.torokhov, benjamin.tissoires, grawity, dev, lyude, teika
  Cc: linux-input, linux-kernel, kernel-janitors, Christophe JAILLET

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(-)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics
  2019-08-09 15:08 ` Christophe JAILLET
@ 2019-08-09 16:45   ` Dmitry Torokhov
  -1 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2019-08-09 16:45 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: benjamin.tissoires, grawity, dev, lyude, teika, linux-input,
	linux-kernel, kernel-janitors

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
> 

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics
@ 2019-08-09 16:45   ` Dmitry Torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2019-08-09 16:45 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: benjamin.tissoires, grawity, dev, lyude, teika, linux-input,
	linux-kernel, kernel-janitors

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
> 

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-09 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 15:08 [PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics Christophe JAILLET
2019-08-09 15:08 ` Christophe JAILLET
2019-08-09 16:45 ` Dmitry Torokhov
2019-08-09 16:45   ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.