Commit 3fa22517 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Staging: hv: Rename stor_vsc_channel_init()

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 149b1193
......@@ -105,7 +105,7 @@ static inline struct storvsc_device *final_release_stor_device(
return stor_device;
}
static int stor_vsc_channel_init(struct hv_device *device)
static int storvsc_channel_init(struct hv_device *device)
{
struct storvsc_device *stor_device;
struct hv_storvsc_request *request;
......@@ -437,7 +437,7 @@ static int stor_vsc_connect_to_vsp(struct hv_device *device)
return -1;
}
ret = stor_vsc_channel_init(device);
ret = storvsc_channel_init(device);
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment