]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit95dbf77f663238a8bf80519cd9b9a2f042aed9bd
tree9fd681809e588913cc312f63ae0e701f18599afc
parent2dc57ca9211403017257d23762bebdcf1354d31b
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