net: hns3: remove unnecessary (void*) conversions.
No need cast (void*) to (struct hns3_nic_priv *). Signed-off-by: Wu Yunchuan <yunchuan@nfschina.com> Reviewed-by: Hao Lan <lanhao@huawei.com> Link: https://lore.kernel.org/r/20230717031128.54557-1-yunchuan@nfschina.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
89c04d6c49
commit
14fbcad00f
@ -569,8 +569,8 @@ static void hns3_get_strings(struct net_device *netdev, u32 stringset, u8 *data)
|
||||
|
||||
static u64 *hns3_get_stats_tqps(struct hnae3_handle *handle, u64 *data)
|
||||
{
|
||||
struct hns3_nic_priv *nic_priv = (struct hns3_nic_priv *)handle->priv;
|
||||
struct hnae3_knic_private_info *kinfo = &handle->kinfo;
|
||||
struct hns3_nic_priv *nic_priv = handle->priv;
|
||||
struct hns3_enet_ring *ring;
|
||||
u8 *stat;
|
||||
int i, j;
|
||||
|
Loading…
x
Reference in New Issue
Block a user