test: remove unnecessary cast of void pointer
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 7 Apr 2017 17:44:57 +0000 (13:44 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 11 Apr 2017 16:05:10 +0000 (18:05 +0200)
commit4b6fa6d32d2acfce5960522ba904929ee5274eb7
treecddb69b0d2a367675185001a81b72842b105ce24
parentc5ba278876f70c274eb5a6c0c442c65e52b4b88e
test: remove unnecessary cast of void pointer

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

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
test/test-pipeline/pipeline_hash.c
test/test/test_efd.c
test/test/test_interrupts.c
test/test/test_mbuf.c
test/test/test_table.c
test/test/test_table_acl.c
test/test/test_table_pipeline.c
test/test/virtual_pmd.c