From: Stephen Hemminger Date: Sat, 21 Apr 2007 00:09:22 +0000 (-0700) Subject: [NET]: cleanup extra semicolons X-Git-Tag: v2.6.22-rc1~1128^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff50b7997fe06cd5d276b229967bb52d6b3b6c1;p=pandora-kernel.git [NET]: cleanup extra semicolons 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed