The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Hardik Singh Rathore <hardiksingh.k@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: michael.hennerich@analog.com, linux-input@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Hardik Singh Rathore <hardiksingh.k@gmail.com>
Subject: [PATCH] Input: touchscreen: ad7879: Fix ERROR: foo* bar should be "foo *bar"
Date: Mon, 10 Dec 2018 21:14:33 +0530	[thread overview]
Message-ID: <20181210154433.28319-1-hardiksingh.k@gmail.com> (raw)

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


             reply	other threads:[~2018-12-10 15:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 15:44 Hardik Singh Rathore [this message]
2018-12-10 19:37 ` [PATCH] Input: touchscreen: ad7879: Fix ERROR: foo* bar should be "foo *bar" 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181210154433.28319-1-hardiksingh.k@gmail.com \
    --to=hardiksingh.k@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.hennerich@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox