Skip to content

Commit ee85fbe

Browse files
flavio-suligoidtor
authored andcommitted
Input: ar1021 - fix typo in preprocessor macro name
Fix spelling mistake. Signed-off-by: Flavio Suligoi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent d843304 commit ee85fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/input/touchscreen/ar1021_i2c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <linux/irq.h>
1414
#include <linux/interrupt.h>
1515

16-
#define AR1021_TOCUH_PKG_SIZE 5
16+
#define AR1021_TOUCH_PKG_SIZE 5
1717

1818
#define AR1021_MAX_X 4095
1919
#define AR1021_MAX_Y 4095
@@ -25,7 +25,7 @@
2525
struct ar1021_i2c {
2626
struct i2c_client *client;
2727
struct input_dev *input;
28-
u8 data[AR1021_TOCUH_PKG_SIZE];
28+
u8 data[AR1021_TOUCH_PKG_SIZE];
2929
};
3030

3131
static irqreturn_t ar1021_i2c_irq(int irq, void *dev_id)

0 commit comments

Comments
 (0)