projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
245165d
)
Input: elan_i2c - fix typo in include header guard
author
Nicolas Iooss
<
[email protected]
>
Thu, 19 Mar 2015 16:13:34 +0000
(09:13 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Thu, 19 Mar 2015 19:16:18 +0000
(12:16 -0700)
Signed-off-by: Nicolas Iooss <
[email protected]
>
Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/mouse/elan_i2c.h
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/elan_i2c.h
b/drivers/input/mouse/elan_i2c.h
index e100c1b31597d7efe67ae358983e21c5dd234fb8..9b2dc015f20c8a24d65bb1019a2e39e8e1bf1279 100644
(file)
--- a/
drivers/input/mouse/elan_i2c.h
+++ b/
drivers/input/mouse/elan_i2c.h
@@
-17,7
+17,7
@@
*/
#ifndef _ELAN_I2C_H
-#define _ELAN_
i
2C_H
+#define _ELAN_
I
2C_H
#include <linux/types.h>