Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: ar1021 - fix typo in preprocessor macro name

Fix spelling mistake.

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/1573211947-660-1-git-send-email-f.suligoi@asem.it
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Flavio Suligoi and committed by
Dmitry Torokhov
ee85fbe1 d843304b

+2 -2
+2 -2
drivers/input/touchscreen/ar1021_i2c.c
··· 13 13 #include <linux/irq.h> 14 14 #include <linux/interrupt.h> 15 15 16 - #define AR1021_TOCUH_PKG_SIZE 5 16 + #define AR1021_TOUCH_PKG_SIZE 5 17 17 18 18 #define AR1021_MAX_X 4095 19 19 #define AR1021_MAX_Y 4095 ··· 25 25 struct ar1021_i2c { 26 26 struct i2c_client *client; 27 27 struct input_dev *input; 28 - u8 data[AR1021_TOCUH_PKG_SIZE]; 28 + u8 data[AR1021_TOUCH_PKG_SIZE]; 29 29 }; 30 30 31 31 static irqreturn_t ar1021_i2c_irq(int irq, void *dev_id)