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)
commitccbd6a5a4f76e821ed36f69fdaf59817c3a7f18e
tree9fd681809e588913cc312f63ae0e701f18599afc
parent935e2a26b85003c0bd52b6c92712c2f77a5f9d33
net: Remove unnecessary semicolons after switch statements

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>
net/8021q/vlan_core.c
net/core/ethtool.c
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/rds/tcp_connect.c
net/socket.c
net/xfrm/xfrm_hash.h