public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: ar1021: fix typo in preprocessor macro name
@ 2019-11-08 11:19 Flavio Suligoi
  2019-11-13  0:28 ` rokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Flavio Suligoi @ 2019-11-08 11:19 UTC (permalink / raw)
  To: rokhov, Armijn Hemel, Kate Stewart, Alexios Zavras,
	Greg Kroah-Hartman
  Cc: linux-input, linux-kernel, Flavio Suligoi

Fix spelling mistake.

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 drivers/input/touchscreen/ar1021_i2c.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/touchscreen/ar1021_i2c.c b/drivers/input/touchscreen/ar1021_i2c.c
index 28644f3..c0d5c24 100644
--- a/drivers/input/touchscreen/ar1021_i2c.c
+++ b/drivers/input/touchscreen/ar1021_i2c.c
@@ -13,7 +13,7 @@
 #include <linux/irq.h>
 #include <linux/interrupt.h>
 
-#define AR1021_TOCUH_PKG_SIZE	5
+#define AR1021_TOUCH_PKG_SIZE	5
 
 #define AR1021_MAX_X	4095
 #define AR1021_MAX_Y	4095
@@ -25,7 +25,7 @@
 struct ar1021_i2c {
 	struct i2c_client *client;
 	struct input_dev *input;
-	u8 data[AR1021_TOCUH_PKG_SIZE];
+	u8 data[AR1021_TOUCH_PKG_SIZE];
 };
 
 static irqreturn_t ar1021_i2c_irq(int irq, void *dev_id)
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-13  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-08 11:19 [PATCH] input: ar1021: fix typo in preprocessor macro name Flavio Suligoi
2019-11-13  0:28 ` rokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox