Re: [PATCH] net: cleanup extra semicolons

2007-04-20 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 3 Apr 2007 12:00:09 -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:

[PATCH] net: cleanup extra semicolons

2007-04-03 Thread Stephen Hemminger
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 <[EMAIL PROTECTED]> --- net/802/tr.c |3 ++- net/8021q/vlan.