drivers/net: remove useless semicolons
switch and while statements don't need semicolons at end of statement [ Fixup minor conflicts with recent wimax merge... -DaveM ] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
5113fec098
commit
ee289b6440
@@ -946,7 +946,7 @@ islpci_set_state(islpci_private *priv, islpci_state_t new_state)
|
||||
if (!priv->state_off)
|
||||
priv->state = new_state;
|
||||
break;
|
||||
};
|
||||
}
|
||||
#if 0
|
||||
printk(KERN_DEBUG "%s: state transition %d -> %d (off#%d)\n",
|
||||
priv->ndev->name, old_state, new_state, priv->state_off);
|
||||
|
Reference in New Issue
Block a user