From: Athira Sharikkal <athirasnamby@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Athira Sharikkal <athirasnamby@gmail.com>
Subject: [PATCH v2] Drivers: input: mousedev.c: Fixed trailing statement on the next line
Date: Mon, 1 Dec 2014 18:06:42 +0530 [thread overview]
Message-ID: <1417437402-3365-1-git-send-email-athirasnamby@gmail.com> (raw)
Fixed checkpatch error:
trailing statements should be on next line
Signed-off-by: Athira Sharikkal <athirasnamby@gmail.com>
---
v2: corrected indentation
drivers/input/mousedev.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/input/mousedev.c b/drivers/input/mousedev.c
index b604564..28988f5 100644
--- a/drivers/input/mousedev.c
+++ b/drivers/input/mousedev.c
@@ -248,7 +248,8 @@ static void mousedev_key_event(struct mousedev *mousedev,
case BTN_4:
case BTN_EXTRA: index = 4; break;
- default: return;
+ default:
+ return;
}
if (value) {
--
1.9.1
next reply other threads:[~2014-12-01 12:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-01 12:36 Athira Sharikkal [this message]
2014-12-02 23:04 ` [PATCH v2] Drivers: input: mousedev.c: Fixed trailing statement on the next line 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=1417437402-3365-1-git-send-email-athirasnamby@gmail.com \
--to=athirasnamby@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).