projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a10c2a
)
extcon: max8997: Fix checkpatch warning
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 5 Aug 2013 09:02:03 +0000
(14:32 +0530)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Fri, 27 Sep 2013 00:36:59 +0000
(09:36 +0900)
Fixes the following warning:
WARNING: space prohibited before semicolon
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max8997.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/extcon/extcon-max8997.c
b/drivers/extcon/extcon-max8997.c
index 67d6738d85a00d514d3d4c6692e969331663abde..e55ec38b41484d0cfbc819643a4b32f9418f52cd 100644
(file)
--- a/
drivers/extcon/extcon-max8997.c
+++ b/
drivers/extcon/extcon-max8997.c
@@
-537,7
+537,7
@@
static void max8997_muic_irq_work(struct work_struct *work)
mutex_lock(&info->mutex);
- for (i = 0
; i < ARRAY_SIZE(muic_irqs)
; i++)
+ for (i = 0
; i < ARRAY_SIZE(muic_irqs)
; i++)
if (info->irq == muic_irqs[i].virq)
irq_type = muic_irqs[i].irq;