[PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars

From: Sangho Yi
Date: Wed Oct 17 2012 - 10:28:53 EST


Fixed a line exceeding 80 characters

Signed-off-by: Sangho Yi <antiroot@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/