[NET]: cleanup extra semicolons
authorStephen Hemminger <shemminger@linux-foundation.org>
Sat, 21 Apr 2007 00:09:22 +0000 (17:09 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:24 +0000 (22:29 -0700)
commit3ff50b7997fe06cd5d276b229967bb52d6b3b6c1
tree4f0f57123a945c3e6c39759456b6187bb78c4b1f
parentc462238d6a6d8ee855bda10f9fff442971540ed2
[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 <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
47 files changed:
net/802/tr.c
net/8021q/vlan.c
net/8021q/vlan_dev.c
net/ax25/ax25_ip.c
net/bluetooth/hci_core.c
net/bluetooth/sco.c
net/core/link_watch.c
net/core/pktgen.c
net/core/rtnetlink.c
net/core/skbuff.c
net/ipv4/fib_semantics.c
net/ipv4/ipconfig.c
net/ipv4/multipath_drr.c
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/xfrm4_policy.c
net/ipv6/addrconf.c
net/ipv6/datagram.c
net/ipv6/exthdrs.c
net/ipv6/icmp.c
net/ipv6/ndisc.c
net/ipv6/raw.c
net/ipv6/route.c
net/ipv6/xfrm6_policy.c
net/irda/af_irda.c
net/iucv/af_iucv.c
net/key/af_key.c
net/sched/cls_u32.c
net/sched/sch_dsmark.c
net/sched/sch_ingress.c
net/sched/sch_prio.c
net/sctp/associola.c
net/sctp/debug.c
net/sctp/ipv6.c
net/sctp/output.c
net/sctp/outqueue.c
net/sctp/sm_make_chunk.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c
net/sctp/sm_statetable.c
net/sctp/socket.c
net/sctp/transport.c
net/sctp/ulpqueue.c
net/tipc/link.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c