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>
Tento commit je obsažen v:
Joe Perches
2011-06-03 11:51:20 +00:00
odevzdal David S. Miller
rodič f81c622420
revize 6403eab143
23 změnil soubory, kde provedl 29 přidání a 27 odebrání

Zobrazit soubor

@@ -1958,7 +1958,7 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
IPG_CONVERGE_JIFFIES;
lp->ipg_data.ipg = DEFAULT_IPG;
lp->ipg_data.ipg_state = CSTATE;
};
}
/* display driver and device information */