net: Remove unnecessary semicolons after switch statements
authorJoe Perches <joe@perches.com>
Fri, 14 May 2010 10:58:26 +0000 (10:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 00:44:35 +0000 (17:44 -0700)
Also added an explicit break; to avoid
a fallthrough in net/ipv4/tcp_input.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found