* [PATCH] extcon: extcon-max8997.c: fixed coding style warning
@ 2012-10-17 14:33 Sangho Yi
0 siblings, 0 replies; only message in thread
From: Sangho Yi @ 2012-10-17 14:33 UTC (permalink / raw)
To: myungjoo.ham, cw00.choi; +Cc: linux-kernel, Sangho Yi
Added a whitespace after a comma (,) to follow the coding style.
Signed-off-by: Sangho Yi <antiroot@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-17 14:35 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:33 [PATCH] extcon: extcon-max8997.c: fixed coding style warning 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).