* [PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars
@ 2012-10-17 14:27 Sangho Yi
0 siblings, 0 replies; only message in thread
From: Sangho Yi @ 2012-10-17 14:27 UTC (permalink / raw)
To: broonie, myungjoo.ham, cw00.choi; +Cc: linux-kernel, patches, Sangho Yi
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-17 14:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 14:27 [PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars Sangho Yi
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).