lib: remove unnecessary void cast
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 7 Apr 2017 17:44:47 +0000 (13:44 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 11 Apr 2017 16:05:10 +0000 (18:05 +0200)
commitc5ba278876f70c274eb5a6c0c442c65e52b4b88e
tree7508dfae9c6407db9a80e6199af89e9fa9afcfb4
parent3c32113a1aac6d399b1850cd24c42df71c1558cd
lib: remove unnecessary void cast

Remove unnecessary casts of void * pointers to a specific type.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
32 files changed:
lib/librte_acl/acl_bld.c
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_eal/bsdapp/eal/eal.c
lib/librte_eal/linuxapp/eal/eal.c
lib/librte_eal/linuxapp/eal/eal_memory.c
lib/librte_eal/linuxapp/kni/ethtool/igb/igb_ethtool.c
lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c
lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_ethtool.c
lib/librte_eal/linuxapp/kni/kni_misc.c
lib/librte_ether/rte_ethdev.c
lib/librte_mempool/rte_mempool.c
lib/librte_net/rte_net_crc.c
lib/librte_port/rte_port_ethdev.c
lib/librte_port/rte_port_fd.c
lib/librte_port/rte_port_frag.c
lib/librte_port/rte_port_kni.c
lib/librte_port/rte_port_ras.c
lib/librte_port/rte_port_ring.c
lib/librte_port/rte_port_sched.c
lib/librte_port/rte_port_source_sink.c
lib/librte_table/rte_table_acl.c
lib/librte_table/rte_table_array.c
lib/librte_table/rte_table_hash_cuckoo.c
lib/librte_table/rte_table_hash_ext.c
lib/librte_table/rte_table_hash_key16.c
lib/librte_table/rte_table_hash_key32.c
lib/librte_table/rte_table_hash_key8.c
lib/librte_table/rte_table_hash_lru.c
lib/librte_table/rte_table_lpm.c
lib/librte_table/rte_table_lpm_ipv6.c
lib/librte_table/rte_table_stub.c
lib/librte_vhost/virtio_net.c