projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702b346
)
hisax/icc: add missing semicolon after label
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sun, 20 Apr 2014 09:48:33 +0000
(11:48 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 23 Apr 2014 01:22:47 +0000
(21:22 -0400)
A label just before a brace needs a following semicolon (empty statement).
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/icc.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/hisax/icc.c
b/drivers/isdn/hisax/icc.c
index 51dae9167238a3ed1ff972508a02f338de6702a0..96d1df05044fb48ffceb988dd90540db9f125cdd 100644
(file)
--- a/
drivers/isdn/hisax/icc.c
+++ b/
drivers/isdn/hisax/icc.c
@@
-425,7
+425,7
@@
afterXPR:
if (cs->debug & L1_DEB_MONITOR)
debugl1(cs, "ICC %02x -> MOX1", cs->dc.icc.mon_tx[cs->dc.icc.mon_txp - 1]);
}
- AfterMOX1:
+ AfterMOX1:
;
#endif
}
}