提交 6a51b5e4 编写于 作者: J Julia Lawall 提交者: David S. Miller

hisax/icc: add missing semicolon after label

A label just before a brace needs a following semicolon (empty statement).
Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 702b3468
...@@ -425,7 +425,7 @@ icc_interrupt(struct IsdnCardState *cs, u_char val) ...@@ -425,7 +425,7 @@ icc_interrupt(struct IsdnCardState *cs, u_char val)
if (cs->debug & L1_DEB_MONITOR) if (cs->debug & L1_DEB_MONITOR)
debugl1(cs, "ICC %02x -> MOX1", cs->dc.icc.mon_tx[cs->dc.icc.mon_txp - 1]); debugl1(cs, "ICC %02x -> MOX1", cs->dc.icc.mon_tx[cs->dc.icc.mon_txp - 1]);
} }
AfterMOX1: AfterMOX1: ;
#endif #endif
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册