]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net-next: remove useless union keyword
authorChangli Gao <xiaosuo@gmail.com>
Fri, 11 Jun 2010 06:31:35 +0000 (23:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2010 06:31:35 +0000 (23:31 -0700)
commitd8d1f30b95a635dbd610dcc5eb641aca8f4768cf
tree71424d82a96facd5fcf05cc769ef2ba52b584aeb
parent592fcb9dfafaa02dd0edc207bf5d3a0ee7a1f8df
net-next: remove useless union keyword

remove useless union keyword in rtable, rt6_info and dn_route.

Since there is only one member in a union, the union keyword isn't useful.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
55 files changed:
drivers/infiniband/core/addr.c
drivers/infiniband/hw/cxgb3/iwch_cm.c
drivers/infiniband/hw/cxgb4/cm.c
drivers/infiniband/hw/nes/nes_cm.c
drivers/net/bonding/bond_main.c
drivers/net/cnic.c
drivers/scsi/cxgb3i/cxgb3i_offload.c
include/net/dn_route.h
include/net/ip6_fib.h
include/net/ipip.h
include/net/route.h
net/atm/clip.c
net/bridge/br_device.c
net/bridge/br_netfilter.c
net/dccp/ipv4.c
net/decnet/dn_route.c
net/ethernet/eth.c
net/ipv4/af_inet.c
net/ipv4/arp.c
net/ipv4/datagram.c
net/ipv4/icmp.c
net/ipv4/igmp.c
net/ipv4/inet_connection_sock.c
net/ipv4/ip_forward.c
net/ipv4/ip_gre.c
net/ipv4/ip_input.c
net/ipv4/ip_output.c
net/ipv4/ipip.c
net/ipv4/ipmr.c
net/ipv4/netfilter.c
net/ipv4/raw.c
net/ipv4/route.c
net/ipv4/syncookies.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv4/xfrm4_policy.c
net/ipv6/addrconf.c
net/ipv6/anycast.c
net/ipv6/fib6_rules.c
net/ipv6/ip6_fib.c
net/ipv6/ip6_output.c
net/ipv6/ip6_tunnel.c
net/ipv6/mcast.c
net/ipv6/ndisc.c
net/ipv6/raw.c
net/ipv6/route.c
net/ipv6/sit.c
net/l2tp/l2tp_ip.c
net/netfilter/ipvs/ip_vs_xmit.c
net/netfilter/nf_conntrack_h323_main.c
net/netfilter/nf_conntrack_netbios_ns.c
net/netfilter/xt_TCPMSS.c
net/netfilter/xt_TEE.c
net/rxrpc/ar-peer.c
net/sctp/protocol.c