mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 03:11:46 +00:00
staging: hv: convert function name NetVscDisconnectFromVsp to lower case
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
72e80cb793
commit
648dc59899
@ -571,7 +571,7 @@ cleanup:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void NetVscDisconnectFromVsp(struct netvsc_device *net_device)
|
static void netvsc_disconnect_vsp(struct netvsc_device *net_device)
|
||||||
{
|
{
|
||||||
netvsc_destroy_recv_buf(net_device);
|
netvsc_destroy_recv_buf(net_device);
|
||||||
netvsc_destroy_send_buf(net_device);
|
netvsc_destroy_send_buf(net_device);
|
||||||
@ -600,7 +600,7 @@ static int netvsc_device_remove(struct hv_device *device)
|
|||||||
udelay(100);
|
udelay(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
NetVscDisconnectFromVsp(net_device);
|
netvsc_disconnect_vsp(net_device);
|
||||||
|
|
||||||
/* Stop inbound traffic ie receives and sends completions */
|
/* Stop inbound traffic ie receives and sends completions */
|
||||||
net_device = release_inbound_net_device(device);
|
net_device = release_inbound_net_device(device);
|
||||||
|
Loading…
Reference in New Issue
Block a user