drivers/net: Remove unnecessary semicolons

Semicolons are not necessary after switch/while/for/if braces
so remove them.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches
2011-06-03 11:51:20 +00:00
committed by David S. Miller
parent f81c622420
commit 6403eab143
23 changed files with 29 additions and 27 deletions

View File

@@ -1958,7 +1958,7 @@ irqreturn_t orinoco_interrupt(int irq, void *dev_id)
evstat = hermes_read_regn(hw, EVSTAT);
events = evstat & hw->inten;
};
}
orinoco_unlock(priv, &flags);
return IRQ_HANDLED;