[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1350484437-3492-1-git-send-email-antiroot@gmail.com>
Date: Wed, 17 Oct 2012 23:33:57 +0900
From: Sangho Yi <antiroot@...il.com>
To: myungjoo.ham@...sung.com, cw00.choi@...sung.com
Cc: linux-kernel@...r.kernel.org, Sangho Yi <antiroot@...il.com>
Subject: [PATCH] extcon: extcon-max8997.c: fixed coding style warning
Added a whitespace after a comma (,) to follow the coding style.
Signed-off-by: Sangho Yi <antiroot@...il.com>
---
drivers/extcon/extcon-max8997.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c
index ef9090a..a094eee 100644
--- a/drivers/extcon/extcon-max8997.c
+++ b/drivers/extcon/extcon-max8997.c
@@ -459,8 +459,9 @@ static int __devinit max8997_muic_probe(struct platform_device *pdev)
goto err_irq;
muic_irq->virq = virq;
- ret = request_threaded_irq(virq, NULL,max8997_muic_irq_handler,
- 0, muic_irq->name, info);
+ ret = request_threaded_irq(virq, NULL,
+ max8997_muic_irq_handler,
+ 0, muic_irq->name, info);
if (ret) {
dev_err(&pdev->dev,
"failed: irq request (IRQ: %d,"
--
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