linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: touchscreen: ad7879: Fix ERROR: foo* bar should be "foo *bar"
@ 2018-12-10 15:44 Hardik Singh Rathore
  2018-12-10 19:37 ` Joe Perches
  2018-12-11 11:17 ` [PATCH v2] Input: touchscreen: " Hardik Singh Rathore
  0 siblings, 2 replies; 6+ messages in thread
From: Hardik Singh Rathore @ 2018-12-10 15:44 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: michael.hennerich, linux-input, linux-kernel,
	Hardik Singh Rathore

Fix the coding style problem reported by checkpatch.pl.

Signed-off-by: Hardik Singh Rathore <hardiksingh.k@gmail.com>
---
 drivers/input/touchscreen/ad7879.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/ad7879.c b/drivers/input/touchscreen/ad7879.c
index 6bad23ee47a1..b68902c17f2e 100644
--- a/drivers/input/touchscreen/ad7879.c
+++ b/drivers/input/touchscreen/ad7879.c
@@ -290,7 +290,7 @@ static int ad7879_open(struct input_dev *input)
 	return 0;
 }
 
-static void ad7879_close(struct input_dev* input)
+static void ad7879_close(struct input_dev *input)
 {
 	struct ad7879 *ts = input_get_drvdata(input);
 
-- 
2.17.1

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

end of thread, other threads:[~2018-12-21  9:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-10 15:44 [PATCH] Input: touchscreen: ad7879: Fix ERROR: foo* bar should be "foo *bar" Hardik Singh Rathore
2018-12-10 19:37 ` Joe Perches
2018-12-11 11:49   ` Hardiksingh Rathore
2018-12-11 11:17 ` [PATCH v2] Input: touchscreen: " Hardik Singh Rathore
2018-12-11 13:03   ` [PATCH v3] Input: touchscreen: Fix coding style issue Hardik Singh Rathore
2018-12-21  9:07     ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).