瀏覽代碼

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 年之前
父節點
當前提交
61c797d52d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/input/mouse/elan_i2c.h

+ 1 - 1
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>