[PATCH] input: elan_i2c - fix typo in include header guard
Subsystems:
input (keyboard, mouse, joystick, touchscreen) drivers, the rest
STALE4154d
2 messages,
2 authors,
2015-03-19
· open the first message on its own page
Signed-off-by: Nicolas Iooss <redacted>
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
On Thu, Mar 19, 2015 at 09:10:31PM +0800, Nicolas Iooss wrote:
Signed-off-by: Nicolas Iooss <redacted>
Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")
Applied, thank you.
quoted hunk
---
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