net: liquidio: lio_vf_main: Remove unnecessary (void*) conversions
authorwuych <yunchuan@nfschina.com>
Wed, 10 May 2023 06:06:49 +0000 (14:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 May 2023 10:33:03 +0000 (11:33 +0100)
commit6096bc0555726c1cdded8486d8800cd4d81eb764
tree6d569835d0b151365c9899eb4e1db2965587a8ac
parentbd9424efc4825ecfc84cd81be777df71ba4404d1
net: liquidio: lio_vf_main: Remove unnecessary (void*) conversions

Pointer variables of void * type do not require type cast.

Signed-off-by: wuych <yunchuan@nfschina.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c