提交 648dc598 编写于 作者: H Haiyang Zhang 提交者: Greg Kroah-Hartman

staging: hv: convert function name NetVscDisconnectFromVsp to lower case

Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 72e80cb7
无相关合并请求
......@@ -571,7 +571,7 @@ static int netvsc_connect_vsp(struct hv_device *device)
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_send_buf(net_device);
......@@ -600,7 +600,7 @@ static int netvsc_device_remove(struct hv_device *device)
udelay(100);
}
NetVscDisconnectFromVsp(net_device);
netvsc_disconnect_vsp(net_device);
/* Stop inbound traffic ie receives and sends completions */
net_device = release_inbound_net_device(device);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部