提交 cf6fdfb3 编写于 作者: K K. Y. Srinivasan 提交者: Greg Kroah-Hartman

Staging: hv: Rename stor_vsc_initialize()

Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: NHank Janssen <hjanssen@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 3d5f03fa
......@@ -71,9 +71,9 @@ struct storvsc_cmd_request {
/*
* stor_vsc_initialize - Main entry point
* storvsc_initialize - Main entry point
*/
static int stor_vsc_initialize(struct hv_driver *driver)
static int storvsc_initialize(struct hv_driver *driver)
{
struct storvsc_driver *stor_driver;
......@@ -514,7 +514,7 @@ static int storvsc_drv_init(void)
storvsc_drv_obj->ring_buffer_size = storvsc_ringbuffer_size;
/* Callback to client driver to complete the initialization */
stor_vsc_initialize(&storvsc_drv_obj->base);
storvsc_initialize(&storvsc_drv_obj->base);
DPRINT_INFO(STORVSC_DRV,
"max outstanding reqs %u",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册