linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sangho Yi <antiroot@gmail.com>
To: broonie@opensource.wolfsonmicro.com, myungjoo.ham@samsung.com,
	cw00.choi@samsung.com
Cc: linux-kernel@vger.kernel.org,
	patches@opensource.wolfsonmicro.com,
	Sangho Yi <antiroot@gmail.com>
Subject: [PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars
Date: Wed, 17 Oct 2012 23:27:09 +0900	[thread overview]
Message-ID: <1350484030-3331-1-git-send-email-antiroot@gmail.com> (raw)
In-Reply-To: <n>

Fixed a line exceeding 80 characters

Signed-off-by: Sangho Yi <antiroot@gmail.com>
---
 drivers/extcon/extcon-arizona.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
index cdab9e5..806c300 100644
--- a/drivers/extcon/extcon-arizona.c
+++ b/drivers/extcon/extcon-arizona.c
@@ -248,8 +248,8 @@ static irqreturn_t arizona_micdet(int irq, void *data)
 			for (i = 0; i < ARIZONA_NUM_BUTTONS; i++)
 				if (lvl & arizona_lvl_to_key[i].status)
 					input_report_key(info->input,
-							 arizona_lvl_to_key[i].report,
-							 1);
+						arizona_lvl_to_key[i].report,
+						1);
 			input_sync(info->input);
 
 		} else if (info->detecting) {
-- 
1.7.9.5


                 reply	other threads:[~2012-10-17 14:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1350484030-3331-1-git-send-email-antiroot@gmail.com \
    --to=antiroot@gmail.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=cw00.choi@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=patches@opensource.wolfsonmicro.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;
as well as URLs for NNTP newsgroup(s).