[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181210154433.28319-1-hardiksingh.k@gmail.com>
Date: Mon, 10 Dec 2018 21:14:33 +0530
From: Hardik Singh Rathore <hardiksingh.k@...il.com>
To: dmitry.torokhov@...il.com
Cc: michael.hennerich@...log.com, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Hardik Singh Rathore <hardiksingh.k@...il.com>
Subject: [PATCH] Input: touchscreen: ad7879: Fix ERROR: foo* bar should be "foo *bar"
Fix the coding style problem reported by checkpatch.pl.
Signed-off-by: Hardik Singh Rathore <hardiksingh.k@...il.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
Powered by blists - more mailing lists