Эх сурвалжийг харах

Input: elan_i2c - fix typo in include header guard

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Nicolas Iooss 10 жил өмнө
parent
commit
61c797d52d

+ 1 - 1
drivers/input/mouse/elan_i2c.h

@@ -17,7 +17,7 @@
  */
  */
 
 
 #ifndef _ELAN_I2C_H
 #ifndef _ELAN_I2C_H
-#define _ELAN_i2C_H
+#define _ELAN_I2C_H
 
 
 #include <linux/types.h>
 #include <linux/types.h>