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:

committed by
David S. Miller

parent
f81c622420
commit
6403eab143
@@ -1279,7 +1279,7 @@ void netxen_free_dummy_dma(struct netxen_adapter *adapter)
|
||||
|
||||
if (--i == 0)
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
if (i) {
|
||||
|
Reference in New Issue
Block a user