[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1350484030-3331-1-git-send-email-antiroot@gmail.com>
Date: Wed, 17 Oct 2012 23:27:09 +0900
From: Sangho Yi <antiroot@...il.com>
To: broonie@...nsource.wolfsonmicro.com, myungjoo.ham@...sung.com,
cw00.choi@...sung.com
Cc: linux-kernel@...r.kernel.org, patches@...nsource.wolfsonmicro.com,
Sangho Yi <antiroot@...il.com>
Subject: [PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars
Fixed a line exceeding 80 characters
Signed-off-by: Sangho Yi <antiroot@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists