mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 16:06:44 +07:00
be2net: remove return statements for void functions
Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d6b7a9b7e7
commit
627cd5f8a7
@ -975,8 +975,6 @@ static void be_set_msg_level(struct net_device *netdev, u32 level)
|
||||
FW_LOG_LEVEL_DEFAULT :
|
||||
FW_LOG_LEVEL_FATAL);
|
||||
adapter->msg_enable = level;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static u64 be_get_rss_hash_opts(struct be_adapter *adapter, u64 flow_type)
|
||||
|
@ -3716,8 +3716,6 @@ static void be_netpoll(struct net_device *netdev)
|
||||
be_eq_notify(eqo->adapter, eqo->q.id, false, true, 0);
|
||||
napi_schedule(&eqo->napi);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -4395,7 +4393,6 @@ static void be_add_vxlan_port(struct net_device *netdev, sa_family_t sa_family,
|
||||
return;
|
||||
err:
|
||||
be_disable_vxlan_offloads(adapter);
|
||||
return;
|
||||
}
|
||||
|
||||
static void be_del_vxlan_port(struct net_device *netdev, sa_family_t sa_family,
|
||||
|
Loading…
Reference in New Issue
Block a user