linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: elan_i2c - fix typo in include header guard
@ 2015-03-19 13:10 Nicolas Iooss
  2015-03-19 16:13 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Iooss @ 2015-03-19 13:10 UTC (permalink / raw)
  To: dusonlin, dmitry.torokhov; +Cc: linux-input, linux-kernel, Nicolas Iooss

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")
---
 drivers/input/mouse/elan_i2c.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/mouse/elan_i2c.h b/drivers/input/mouse/elan_i2c.h
index e100c1b31597..9b2dc015f20c 100644
--- a/drivers/input/mouse/elan_i2c.h
+++ b/drivers/input/mouse/elan_i2c.h
@@ -17,7 +17,7 @@
  */
 
 #ifndef _ELAN_I2C_H
-#define _ELAN_i2C_H
+#define _ELAN_I2C_H
 
 #include <linux/types.h>
 
-- 
2.3.3

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

* Re: [PATCH] input: elan_i2c - fix typo in include header guard
  2015-03-19 13:10 [PATCH] input: elan_i2c - fix typo in include header guard Nicolas Iooss
@ 2015-03-19 16:13 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-03-19 16:13 UTC (permalink / raw)
  To: Nicolas Iooss; +Cc: dusonlin, linux-input, linux-kernel

On Thu, Mar 19, 2015 at 09:10:31PM +0800, Nicolas Iooss wrote:
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
> Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")

Applied, thank you.

> ---
>  drivers/input/mouse/elan_i2c.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/elan_i2c.h b/drivers/input/mouse/elan_i2c.h
> index e100c1b31597..9b2dc015f20c 100644
> --- a/drivers/input/mouse/elan_i2c.h
> +++ b/drivers/input/mouse/elan_i2c.h
> @@ -17,7 +17,7 @@
>   */
>  
>  #ifndef _ELAN_I2C_H
> -#define _ELAN_i2C_H
> +#define _ELAN_I2C_H
>  
>  #include <linux/types.h>
>  
> -- 
> 2.3.3
> 

-- 
Dmitry

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

end of thread, other threads:[~2015-03-19 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 13:10 [PATCH] input: elan_i2c - fix typo in include header guard Nicolas Iooss
2015-03-19 16:13 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).