[NET]: cleanup extra semicolons
authorStephen Hemminger <shemminger@linux-foundation.org>
Sat, 21 Apr 2007 00:09:22 +0000 (17:09 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:24 +0000 (22:29 -0700)
Spring cleaning time...

There seems to be a lot of places in the network code that have
extra bogus semicolons after conditionals.  Most commonly is a
bogus semicolon after: switch() { }

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found