hisax/icc: add missing semicolon after label
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>
This commit is contained in:
committed by
David S. Miller
parent
702b3468c9
commit
6a51b5e4d5
@@ -425,7 +425,7 @@ afterXPR:
|
|||||||
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user